mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-28 03:44:07 +00:00
Register Esperanto translation
This commit is contained in:
parent
b77605bf3a
commit
bbcf5a16d2
|
@ -586,7 +586,8 @@ TRANSLATIONS += locale/ru_RU.ts \
|
||||||
locale/sv_SE.ts \
|
locale/sv_SE.ts \
|
||||||
locale/tk_TM.ts \
|
locale/tk_TM.ts \
|
||||||
locale/fa_IR.ts \
|
locale/fa_IR.ts \
|
||||||
locale/mk_MK.ts
|
locale/mk_MK.ts \
|
||||||
|
locale/eo_EO.ts
|
||||||
|
|
||||||
# Build version file
|
# Build version file
|
||||||
!isEmpty( hasGit ) {
|
!isEmpty( hasGit ) {
|
||||||
|
|
|
@ -973,6 +973,7 @@
|
||||||
<QtTranslate Include="locale\vi_VN.ts" />
|
<QtTranslate Include="locale\vi_VN.ts" />
|
||||||
<QtTranslate Include="locale\zh_CN.ts" />
|
<QtTranslate Include="locale\zh_CN.ts" />
|
||||||
<QtTranslate Include="locale\zh_TW.ts" />
|
<QtTranslate Include="locale\zh_TW.ts" />
|
||||||
|
<QtTranslate Include="locale\eo_EO.ts" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<QtUICCompile Include="about.ui" />
|
<QtUICCompile Include="about.ui" />
|
||||||
|
|
|
@ -1556,6 +1556,9 @@
|
||||||
<QtTranslate Include="locale\tk_TM.ts">
|
<QtTranslate Include="locale\tk_TM.ts">
|
||||||
<Filter>Translations</Filter>
|
<Filter>Translations</Filter>
|
||||||
</QtTranslate>
|
</QtTranslate>
|
||||||
|
<QtTranslate Include="locale\eo_EO.ts">
|
||||||
|
<Filter>Translations</Filter>
|
||||||
|
</QtTranslate>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<QtMOCCompile Include="qtsingleapplication\src\qtlocalpeer.h">
|
<QtMOCCompile Include="qtsingleapplication\src\qtlocalpeer.h">
|
||||||
|
|
Loading…
Reference in a new issue