Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(i18n): fix Malay translation #6161

Merged
merged 1 commit into from
Dec 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading