-
Notifications
You must be signed in to change notification settings - Fork 9
Add Turkish (tr) locale to ember-i18n #29
Copy link
Copy link
Open
Labels
beginner-friendlyExtra guidance provided for newcomersExtra guidance provided for newcomersenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersi18nInternationalization and translationsInternationalization and translations
Metadata
Metadata
Assignees
Labels
beginner-friendlyExtra guidance provided for newcomersExtra guidance provided for newcomersenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomersi18nInternationalization and translationsInternationalization and translations
What
Add Turkish translation file to
crates/ember-i18n/locales/tr.json.Why
Ember already supports 11 languages but is missing Turkish, which has a large developer community. Adding locale files is a great way to get started with the codebase.
How
crates/ember-i18n/locales/en.jsonas a templatecrates/ember-i18n/locales/tr.jsoncargo test -p ember-i18nto make sure it compilesLocale::Turkishvariant if not already present incrates/ember-i18n/src/lib.rsReference
Look at
de.jsonores.jsonfor examples of how other translations are structured.