mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 08:34:08 +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/tk_TM.ts \
|
||||
locale/fa_IR.ts \
|
||||
locale/mk_MK.ts
|
||||
locale/mk_MK.ts \
|
||||
locale/fi_FI.ts
|
||||
|
||||
# Build version file
|
||||
!isEmpty( hasGit ) {
|
||||
|
|
|
@ -973,6 +973,7 @@
|
|||
<QtTranslate Include="locale\vi_VN.ts" />
|
||||
<QtTranslate Include="locale\zh_CN.ts" />
|
||||
<QtTranslate Include="locale\zh_TW.ts" />
|
||||
<QtTranslate Include="locale\fi_FI.ts" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<QtUICCompile Include="about.ui" />
|
||||
|
|
|
@ -1556,6 +1556,9 @@
|
|||
<QtTranslate Include="locale\tk_TM.ts">
|
||||
<Filter>Translations</Filter>
|
||||
</QtTranslate>
|
||||
<QtTranslate Include="locale\fi_FI.ts">
|
||||
<Filter>Translations</Filter>
|
||||
</QtTranslate>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<QtMOCCompile Include="qtsingleapplication\src\qtlocalpeer.h">
|
||||
|
|
Loading…
Reference in a new issue