Skip to content

Commit

Permalink
Add Indonesian translations and fix locale code
Browse files Browse the repository at this point in the history
  • Loading branch information
skapur12 committed Aug 8, 2023
1 parent f31b8b6 commit ac11821
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion desktop/src/@batch-flask/core/i18n/locale.service.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable security/detect-bidi-characters */
import { Injectable } from "@angular/core";

export enum Locale {
Expand All @@ -7,13 +8,14 @@ export enum Locale {
Spanish = "es",
French = "fr",
Hungarian = "hu",
Indonesian = "id",
Italian = "it",
Japanese = "ja",
Korean = "ko",
Dutch = "nl",
Polish = "pl",
BrazilianPortuguese = "pt-BR",
Portuguese = "pt",
Portuguese = "pt-PT",
Russian = "ru",
Swedish = "sv",
Turkish = "tr",
Expand All @@ -29,6 +31,7 @@ export const TranslatedLocales = {
[Locale.Spanish]: "Español‎",
[Locale.French]: "Français‎",
[Locale.Hungarian]: "Magyar‎",
[Locale.Indonesian]: "Indonesia",
[Locale.Italian]: "Italiano",
[Locale.Japanese]: "日本語‎",
[Locale.Korean]: "한국어‎",
Expand Down

0 comments on commit ac11821

Please sign in to comment.