Skip to content

Commit

Permalink
Fixed irish not showing correctly with localization
Browse files Browse the repository at this point in the history
  • Loading branch information
majora2007 committed Oct 31, 2024
1 parent 05166b1 commit 5cb9ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/Web/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ const languageCodes = [
'syr', 'syr_SY', 'ta', 'ta_IN', 'te', 'te_IN', 'th', 'th_TH', 'tl', 'tl_PH', 'tn',
'tn_ZA', 'tr', 'tr_TR', 'tt', 'tt_RU', 'ts', 'uk', 'uk_UA', 'ur', 'ur_PK', 'uz',
'uz_UZ', 'uz_UZ', 'vi', 'vi_VN', 'xh', 'xh_ZA', 'zh', 'zh_CN', 'zh_HK', 'zh_MO',
'zh_SG', 'zh_TW', 'zu', 'zu_ZA', 'zh_Hans', 'zh_Hant', 'nb_NO'
'zh_SG', 'zh_TW', 'zu', 'zu_ZA', 'zh_Hans', 'zh_Hant', 'nb_NO', 'ga'
];

const translocoOptions = {
Expand Down

0 comments on commit 5cb9ed1

Please sign in to comment.