✨ feat: Add support for Armenian
, Latvian
, and Uyghur
languages
#8227
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Docs:
This pull request adds support for three new languages—Armenian, Latvian, and Uyghur—across the application's language selector and localization files. The changes include updates to the language selector component, English translations, and the initialization of new translation files for the added languages.
Language support updates:
Language Selector Component (
client/src/components/Nav/SettingsTabs/General/General.tsx
):hy-AM
), Latvian (lv-LV
), and Uyghur (ug
) to the list of selectable languages. [1] [2]English Translation File (
client/src/locales/en/translation.json
):Localization Initialization (
client/src/locales/i18n.ts
):hy
,lv
,ug
) in the localization resources. [1] [2]New Translation Files:
client/src/locales/hy/translation.json
), Latvian (client/src/locales/lv/translation.json
), and Uyghur (client/src/locales/ug/translation.json
) as placeholders for future translations.Change Type
Checklist