Commit Graph
9 Commits
Author SHA1 Message Date
Vulcanravenand🍌🐒 8a01d5905f Added support for the 'de-DE' language variant (informal) (#1008)
This commit adds support for the German language variant 'de-DE' in the application. The following changes were made:

Created the '/public/locales/de-DE/common.json' file for the 'de-DE' language
Modified the 'SwitchLang.tsx' component to include the 'de-DE' language option
Updated the 'localeText' function to display ' Deutsch' for 'de-DE'
These changes enable the application to provide localization in German for the informal 'de-DE' language variant. The newly created '/public/locales/de-DE/common.json' file contains the necessary translations for the German language. The 'SwitchLang.tsx' component has been updated to include the German language option ('de-DE') with the appropriate flag and language name.

Users can now select the informal German language ('de-DE') to interact with the application.

Co-authored-by: 🍌🐒 <nino@mohr.pw>
2023-06-02 19:47:20 +08:00
Hafiz Rayan Kurniawan d59634a771 Indonesia translation (#874) 2023-02-18 10:13:31 +08:00
Alex 41ae41f06f feat: spanish translation (#848) 2023-01-30 17:25:13 +08:00
myl7 d3ce54d51e Merge branch 'main' into translate 2022-07-15 18:15:20 +08:00
myl7 9b53e6dc01 enable Turkish translation 2022-07-15 18:10:33 +08:00
myl7 afbbcb0142 enable Hindi translation 2022-07-15 18:05:23 +08:00
poko 90130876a3 Add Traditional Chinese translate option 2022-07-14 21:37:11 +08:00
myl7 04e333aa36 fix double plurals with context 2022-02-06 20:09:59 +08:00
myl7 e28ce30987 add next-i18next as i18n framework 2022-02-06 06:18:26 +08:00