mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Register Finnish translation
This commit is contained in:
parent
fe1aaa079c
commit
340548544a
|
@ -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/fi_FI.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\fi_FI.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\fi_FI.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