forked from SAP/fundamental-ngx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(i18n): added new languages [Translation Delivery] (SAP#11086)
* chore: translation delivery - commit by LX Lab Change-Id: I806e975d7c1afdd9d10390690033d988112ad343 (cherry picked from commit e38ab2e) * chore: translation delivery - commit by LX Lab Change-Id: Ie0543dc8686bf112ee442bbef758db0abbbd28b0 (cherry picked from commit 59d0bee) * chore: generated translations (cherry picked from commit c366d6a) * chore: translation delivery - commit by LX Lab Change-Id: I23c3b5b286007ced64f87a45e17ad1bb702858ef (cherry picked from commit 6edac8c) * chore: generated translations (cherry picked from commit 8905413) * chore: added language variables (cherry picked from commit 2205df4) * chore: fixed missing export name (cherry picked from commit eee0844) --------- Co-authored-by: service-tip-git <[email protected]>
- Loading branch information
1 parent
4339b1a
commit 0bd4fd3
Showing
105 changed files
with
41,705 additions
and
6,260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_ar'; | ||
|
||
export const FD_LANGUAGE_ARABIC = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_zh_CN'; | ||
|
||
export const FD_LANGUAGE_CHINESE_SIMPLIFIED = json as FdLanguage; | ||
export const FD_LANGUAGE_CHINESE = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_zh_TW'; | ||
|
||
export const FD_LANGUAGE_CHINESE_TRADITIONAL = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_hr'; | ||
|
||
export const FD_LANGUAGE_CROATIAN = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_da'; | ||
|
||
export const FD_LANGUAGE_DANISH = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_nl'; | ||
|
||
export const FD_LANGUAGE_DUTCH = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_fi'; | ||
|
||
export const FD_LANGUAGE_FINNISH = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_el'; | ||
|
||
export const FD_LANGUAGE_GREEK = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_he'; | ||
|
||
export const FD_LANGUAGE_HEBREW = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_hu'; | ||
|
||
export const FD_LANGUAGE_HUNGARIAN = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,36 @@ | ||
export * from './albanian'; | ||
export * from './arabic'; | ||
export * from './bulgarian'; | ||
export * from './chinese'; | ||
export * from './chinese_simplified'; | ||
export * from './chinese_traditional'; | ||
export * from './croatian'; | ||
export * from './czech'; | ||
export * from './danish'; | ||
export * from './dutch'; | ||
export * from './english'; | ||
export * from './finnish'; | ||
export * from './french'; | ||
export * from './georgian'; | ||
export * from './german'; | ||
export * from './greek'; | ||
export * from './hebrew'; | ||
export * from './hindi'; | ||
export * from './hungarian'; | ||
export * from './italian'; | ||
export * from './japanese'; | ||
export * from './kazakh'; | ||
export * from './korean'; | ||
export * from './malay'; | ||
export * from './norwegian'; | ||
export * from './polish'; | ||
export * from './portuguese'; | ||
export * from './romanian'; | ||
export * from './russian'; | ||
export * from './serbian'; | ||
export * from './slovak'; | ||
export * from './slovenian'; | ||
export * from './spanish'; | ||
export * from './swedish'; | ||
export * from './thai'; | ||
export * from './turkish'; | ||
export * from './ukrainian'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_ja'; | ||
|
||
export const FD_LANGUAGE_JAPANESE = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_kk'; | ||
|
||
export const FD_LANGUAGE_KAZAKH = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_ko'; | ||
|
||
export const FD_LANGUAGE_KOREAN = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_ms'; | ||
|
||
export const FD_LANGUAGE_MALAY = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_no'; | ||
|
||
export const FD_LANGUAGE_NORWEGIAN = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_ro'; | ||
|
||
export const FD_LANGUAGE_ROMANIAN = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_sh'; | ||
|
||
export const FD_LANGUAGE_SERBIAN = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_sk'; | ||
|
||
export const FD_LANGUAGE_SLOVAK = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_sl'; | ||
|
||
export const FD_LANGUAGE_SLOVENIAN = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_es'; | ||
|
||
export const FD_LANGUAGE_SPANISH = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_sv'; | ||
|
||
export const FD_LANGUAGE_SWEDISH = json as FdLanguage; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
import { FdLanguage } from '../models'; | ||
import json from '../translations/translations_th'; | ||
|
||
export const FD_LANGUAGE_THAI = json as FdLanguage; |
Oops, something went wrong.