All Downloads are FREE. Search and download functionalities are using the official Maven repository.

locales.en.source.yml Maven / Gradle / Ivy

Go to download

Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.

There is a newer version: 2.0.0-rc.7
Show newest version
en:
  faker:
    source:
      hello_world:
        ruby: "puts 'Hello World!'"
        javascript: "alert('Hello World!');"
      print:
        ruby: "puts 'faker_string_to_print'"
        javascript: "console.log('faker_string_to_print');"
      print_1_to_10:
        ruby: "
              (1..10).each { |i| puts i }"
        javascript: "
              for (let i=0; i<10; i++) {
                console.log(i);
              }"




© 2015 - 2025 Weber Informatics LLC | Privacy Policy