Skip to content

Commit

Permalink
Translations to French and Spanish (#2603)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyselov committed Jun 17, 2024
1 parent f3ac7eb commit 2049534
Show file tree
Hide file tree
Showing 8 changed files with 1,874 additions and 25 deletions.
4 changes: 4 additions & 0 deletions libs/locales/@types/es.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module '@openshift-assisted/locales/es/translation.json' {
const data: typeof import('../lib/es/translation.json');
export default data;
}
4 changes: 4 additions & 0 deletions libs/locales/@types/fr.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module '@openshift-assisted/locales/fr/translation.json' {
const data: typeof import('../lib/fr/translation.json');
export default data;
}
897 changes: 897 additions & 0 deletions libs/locales/lib/es/translation.json

Large diffs are not rendered by default.

897 changes: 897 additions & 0 deletions libs/locales/lib/fr/translation.json

Large diffs are not rendered by default.

35 changes: 24 additions & 11 deletions libs/locales/lib/ja/translation.json

Large diffs are not rendered by default.

27 changes: 20 additions & 7 deletions libs/locales/lib/ko/translation.json

Large diffs are not rendered by default.

27 changes: 20 additions & 7 deletions libs/locales/lib/zh/translation.json

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions libs/locales/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
},
"exports": {
"./en/translation.json": "./lib/en/translation.json",
"./es/translation.json": "./lib/es/translation.json",
"./fr/translation.json": "./lib/fr/translation.json",
"./ja/translation.json": "./lib/ja/translation.json",
"./ko/translation.json": "./lib/ko/translation.json",
"./zh/translation.json": "./lib/zh/translation.json",
Expand All @@ -16,6 +18,12 @@
"en/translation.json": [
"./@types/en.d.ts"
],
"es/translation.json": [
"./@types/es.d.ts"
],
"fr/translation.json": [
"./@types/fr.d.ts"
],
"ja/translation.json": [
"./@types/ja.d.ts"
],
Expand Down

0 comments on commit 2049534

Please sign in to comment.