Merge pull request #94 from tinect/feat/germanTranslation

feat: add German translation
This commit is contained in:
Mohamad Tarbin
2026-05-12 01:25:09 -04:00
committed by GitHub
4 changed files with 283 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ export const TIME_FORMATS = {
export const RTL_LANGUAGES = ['ar', 'he', 'fa', 'ur']
export const AVAILABLE_LANGUAGES = [
{ code: 'de', name: 'German', nativeName: 'Deutsch' },
{ code: 'en', name: 'English', nativeName: 'English' },
{ code: 'es', name: 'Spanish', nativeName: 'Español' },
{ code: 'fr', name: 'French', nativeName: 'Français' },