Skip to content

Commit

Permalink
[win-linux] add hebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplestStudio committed Oct 1, 2024
1 parent 7f449cd commit 72589da
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions win-linux/defaults.pri
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ TRANSLATIONS = ./langs/en.ts \
./langs/fi.ts \
./langs/ga.ts \
./langs/gl.ts \
./langs/he.ts \
./langs/hi.ts \
./langs/hr.ts \
./langs/hu.ts \
Expand Down
2 changes: 1 addition & 1 deletion win-linux/extras/projicons/res/langs/translation.rc
Original file line number Diff line number Diff line change
Expand Up @@ -575,4 +575,4 @@ BEGIN
IDS_NEW_XLSX "גיליון אלקטרוני Office Open XML חדש"
IDS_NEW_PPTX "מצגת Office Open XML חדש"
IDS_NEW_PDF "טופס PDF חדש"
END
END
Binary file added win-linux/langs/he.qm
Binary file not shown.
1 change: 1 addition & 0 deletions win-linux/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
<file alias="fr-FR.qm">langs/fr.qm</file>
<file alias="ga-IE.qm">langs/ga.qm</file>
<file alias="gl-ES.qm">langs/gl.qm</file>
<file alias="he.qm">langs/he.qm</file>
<file alias="hi-IN.qm">langs/hi.qm</file>
<file alias="hr-HR.qm">langs/hr.qm</file>
<file alias="hu-HU.qm">langs/hu.qm</file>
Expand Down
1 change: 1 addition & 0 deletions win-linux/src/clangater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ class CLangater::CLangaterIntf
// ,{"et-EE", "Eesti"}
,{"fi-FI", {"Suomi", "Finnish"}}
// ,{"ga-IE", {"Gaeilge", "Galego"}}
,{"he", {"עברית", "Hebrew"}}
// ,{"hi-IN", "हिन्दी"}
// ,{"hr-HR", "Hrvatska"}
,{"hu-HU", {"Magyar", "Hungarian"}}
Expand Down

0 comments on commit 72589da

Please sign in to comment.