Skip to content

Commit

Permalink
fix(i18n): fix Malay translation (#6161)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoen1x authored Dec 6, 2023
1 parent 29dcc5e commit 79aa68a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export class TuiLanguageSwitcherComponent {
['turkish', TuiCountryIsoCode.TR],
['ukrainian', TuiCountryIsoCode.UA],
['kazakh', TuiCountryIsoCode.KZ],
['malay', TuiCountryIsoCode.MS],
['malay', TuiCountryIsoCode.MY],
['vietnamese', TuiCountryIsoCode.VN],
]);

Expand Down
10 changes: 5 additions & 5 deletions projects/i18n/languages/malay/addon-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const TUI_MALAY_LANGUAGE_ADDON_EDITOR: TuiLanguageEditor = {
quote: `petikan`,
foreColor: `Warna`,
backColor: `Warna latar belakang`,
hiliteColor: `Serlahkan warna`,
hiliteColor: `Sorotan warna`,
clear: `Kosongkan`,
link: `Pautan`,
attach: `Lampirkan fail`,
Expand All @@ -36,10 +36,10 @@ export const TUI_MALAY_LANGUAGE_ADDON_EDITOR: TuiLanguageEditor = {
superscript: `Superskrip`,
subscript: `Subskrip`,
insertTable: `Masukkan jadual`,
insertGroup: `Insert group`,
hiliteGroup: `Hilite group`,
removeGroup: `Remove group`,
insertAnchor: `Insert anchor`,
insertGroup: `Masukkan kumpulan`,
hiliteGroup: `Sorotan kumpulan`,
removeGroup: `Buang kumpulan`,
insertAnchor: `Masukkan sauh`,
mergeCells: `Cantumkan sel`,
splitCells: `Pisahkan sel`,
rowsColumnsManaging: `Menguruskan baris dan lajur`,
Expand Down
2 changes: 1 addition & 1 deletion projects/i18n/languages/malay/countries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const TUI_MALAY_LANGUAGE_COUNTRIES: Record<TuiCountryIsoCode, string> = {
[TuiCountryIsoCode.EE]: `Estonia`,
[TuiCountryIsoCode.EG]: `Mesir`,
[TuiCountryIsoCode.ER]: `Eritrea`,
[TuiCountryIsoCode.ES]: `Spain`,
[TuiCountryIsoCode.ES]: `Sepanyol`,
[TuiCountryIsoCode.ET]: `Habsyah (Ethiopia)`,
[TuiCountryIsoCode.FI]: `Finland`,
[TuiCountryIsoCode.FJ]: `Fiji`,
Expand Down

0 comments on commit 79aa68a

Please sign in to comment.