Skip to content

Commit 8a69f21

Browse files
anmolsinghbhatiamnbrorasyidly
authored andcommitted
[WEB-3686] feat: romanian and indonesian language support (#6825)
* Add ro Romanian Language locale (#6809) * feat: add Indonesian language support (#6794) Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> * chore: core translation added and code refactor --------- Co-authored-by: mnbro <107358316+mnbro@users.noreply.github.com> Co-authored-by: Rasyid Ridho <rasyid@sekeco.id>
1 parent a219999 commit 8a69f21

File tree

5 files changed

+4765
-1
lines changed

5 files changed

+4765
-1
lines changed

packages/i18n/src/constants/language.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export const SUPPORTED_LANGUAGES: ILanguageOption[] = [
1717
{ label: "Українська", value: "ua" },
1818
{ label: "Polski", value: "pl" },
1919
{ label: "한국어", value: "ko" },
20+
{ label: "Indonesian", value: "id" },
21+
{ label: "Română", value: "ro" },
2022
];
2123

2224
export const LANGUAGE_STORAGE_KEY = "userLanguage";

0 commit comments

Comments
 (0)