locales.en.university.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
https://github.com/serpro69/kotlin-faker
# START university_provider_dict
en:
faker:
university:
prefix: [The, Northern, North, Western, West, Southern, South, Eastern, East]
suffix: [University, Institute, College, Academy]
name:
- "#{Name.last_name} #{University.suffix}"
- "#{University.prefix} #{Name.last_name} #{University.suffix}"
- "#{University.prefix} #{Name.last_name}"
- "#{University.prefix} #{Address.state} #{University.suffix}"
# END university_provider_dict