mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Add Swedish translation by Lakrits
This commit is contained in:
parent
d66ef933b4
commit
b567dd4d37
|
@ -434,7 +434,8 @@ TRANSLATIONS += locale/ru_RU.ts \
|
|||
locale/fr_FR.ts \
|
||||
locale/ko_KR.ts \
|
||||
locale/nl_NL.ts \
|
||||
locale/sr_SR.ts
|
||||
locale/sr_SR.ts \
|
||||
locale/sv_SE.ts
|
||||
|
||||
# Build version file
|
||||
!isEmpty( hasGit ) {
|
||||
|
|
|
@ -965,6 +965,7 @@
|
|||
<QtTranslate Include="locale\sk_SK.ts" />
|
||||
<QtTranslate Include="locale\sq_AL.ts" />
|
||||
<QtTranslate Include="locale\sr_SR.ts" />
|
||||
<QtTranslate Include="locale\sv_SE.ts" />
|
||||
<QtTranslate Include="locale\tg_TJ.ts" />
|
||||
<QtTranslate Include="locale\tr_TR.ts" />
|
||||
<QtTranslate Include="locale\uk_UA.ts" />
|
||||
|
|
|
@ -1550,6 +1550,9 @@
|
|||
<QtTranslate Include="locale\sr_SR.ts">
|
||||
<Filter>Translations</Filter>
|
||||
</QtTranslate>
|
||||
<QtTranslate Include="locale\sv_SE.ts">
|
||||
<Filter>Translations</Filter>
|
||||
</QtTranslate>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<QtMOCCompile Include="qtsingleapplication\src\qtlocalpeer.h">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE TS>
|
||||
<TS version="2.0" language="sv">
|
||||
<TS version="2.0" language="sv_SE">
|
||||
<context>
|
||||
<name>About</name>
|
||||
<message>
|
||||
|
|
Loading…
Reference in a new issue