locales.en.source.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kotlin-faker Show documentation
Show all versions of kotlin-faker Show documentation
Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.
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