Skip to content

Commit 4a5267b

Browse files
committed
Add Indonesian UI
1 parent e2b613d commit 4a5267b

8 files changed

Lines changed: 651 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
[codecov-backend]: https://app.codecov.io/gh/sillsdev/TheCombine/tree/master/Backend
2020
[github-actions-backend-badge]: https://github.com/sillsdev/TheCombine/workflows/backend/badge.svg
2121
[backend-codecov-badge]: https://codecov.io/gh/sillsdev/TheCombine/branch/master/graph/badge.svg?flag=backend
22-
[localization-ui-badge]: https://img.shields.io/badge/User%20Interface-Ar%20En%20Es%20Fr%20Pt%20Zh-blue
22+
[localization-ui-badge]: https://img.shields.io/badge/User%20Interface-Ar%20En%20Es%20Fr%20Id%20Pt%20Zh-blue
2323
[github-actions-frontend]: https://github.com/sillsdev/TheCombine/actions/workflows/frontend.yml
2424
[github-actions-backend]: https://github.com/sillsdev/TheCombine/actions/workflows/backend.yml
2525
[localization-sd-badge]:

public/locales/ar/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
"replaceAll": "استبدال جميع الحوادث: {{ val }}",
268268
"replaceAllWith": "استبدل بـ: {{ val }}",
269269
"findAndReplace": "بحث و استبدال&",
270-
"findAndReplaceError": "خطأ في المعالجة: العثور على ( {{ val1 }} )، استبدال ( {{ val2 }} )",
270+
"findAndReplaceError": "خطأ في المعالجة: العثور على ( {{ val1 }} )، استبدال ( {{ val2 }} )",
271271
"apply": "تطبيق"
272272
},
273273
"dialog": {

public/locales/en/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@
439439
"replaceAll": "Replace all occurrences of: {{ val }}",
440440
"replaceAllWith": "Replace with: {{ val }}",
441441
"findAndReplace": "Find & Replace",
442-
"findAndReplaceError": "Error processing: find ( {{ val1 }} ), replace ( {{ val2 }} )",
442+
"findAndReplaceError": "Error processing: find ( {{ val1 }} ), replace ( {{ val2 }} )",
443443
"apply": "Apply"
444444
},
445445
"dialog": {

public/locales/es/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
"replaceAll": "Reemplazar todas las ocurrencias de: {{ val }}",
434434
"replaceAllWith": "Reemplazar con: {{ val }}",
435435
"findAndReplace": "Buscar y Reemplazar",
436-
"findAndReplaceError": "Error al procesar: encontrar ( {{ val1 }} ), reemplazar ( {{ val2 }})",
436+
"findAndReplaceError": "Error al procesar: encontrar ( {{ val1 }} ), reemplazar ( {{ val2 }})",
437437
"apply": "Aplicar"
438438
},
439439
"dialog": {

public/locales/id/translation.json

Lines changed: 644 additions & 0 deletions
Large diffs are not rendered by default.

public/locales/pt/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
"replaceAll": "Substituir todas as ocorrências de: {{ val }}",
434434
"replaceAllWith": "Substituir por: {{ val }}",
435435
"findAndReplace": "Localizar & Substituir",
436-
"findAndReplaceError": "Processamento de erro: encontrar ( {{ val1 }} ), substituir ( {{ val2 }})",
436+
"findAndReplaceError": "Processamento de erro: encontrar ( {{ val1 }} ), substituir ( {{ val2 }})",
437437
"apply": "Aplicar"
438438
},
439439
"dialog": {

public/locales/zh/translation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
"replaceAll": "替换所有出现的:{{ val }}",
290290
"replaceAllWith": "替换为 {{ val }}",
291291
"findAndReplace": "查找和替换",
292-
"findAndReplaceError": "处理错误:查找 ( {{ val1 }} ),替换 ( {{ val2 }})",
292+
"findAndReplaceError": "处理错误:查找 ( {{ val1 }} ),替换 ( {{ val2 }})",
293293
"apply": "实施"
294294
},
295295
"dialog": {

src/types/writingSystem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const uiWritingSystems = [
4242
writingSystem[Bcp47Code.En],
4343
writingSystem[Bcp47Code.Es],
4444
writingSystem[Bcp47Code.Fr],
45+
writingSystem[Bcp47Code.Id],
4546
writingSystem[Bcp47Code.Pt],
4647
writingSystem[Bcp47Code.Zh],
4748
];

0 commit comments

Comments
 (0)