Bug 252368 - reKonq's download_i18n.sh script doesn't fetch all of serbian translation files
Summary: reKonq's download_i18n.sh script doesn't fetch all of serbian translation files
Status: RESOLVED FIXED
Alias: None
Product: rekonq
Classification: Applications
Component: general (show other bugs)
Version: latest git snapshot
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Andrea Diamantini
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-25 19:33 UTC by Slobodan Terzić
Modified: 2010-09-26 12:41 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Slobodan Terzić 2010-09-25 19:33:40 UTC
Version:           latest git snapshot (using KDE 4.5.1) 
OS:                Linux

In reKonq git there is a download_i18n.sh script (../scripts/download_i18n.sh)  that fetches translated .po files from KDE's websvn, but it doesn't fetch all of Serbian translation.

Serbian translation has four variants (sr, sr@latin, sr@ijekavian and sr@ijekavianlatin), but the script only recognises the first one (sr), as other three are missing.


Please fix this.
Thanks. 



Reproducible: Always

Steps to Reproduce:
Build rekonq-git with i18n enabled

Actual Results:  
Doesn't fetch all of serbian translation

Expected Results:  
Opposite
Comment 1 Panagiotis Papadopoulos 2010-09-26 12:40:06 UTC
commit 1b52c5ed43bda0ed2668f79031b5f6262747b6d2
Author: Panagiotis Papadopoulos <pano_90@gmx.net>
Date:   Sat Sep 25 12:38:21 2010 +0200

    add missing languages
    CCBUG:252368

diff --git a/scripts/download_i18n.sh b/scripts/download_i18n.sh
index 0721e3d..d65ec49 100644
--- a/scripts/download_i18n.sh
+++ b/scripts/download_i18n.sh
@@ -4,7 +4,7 @@
 #
 # 1. Update the lists of the ready (about 80%) translations
 # check the situation here: http://l10n.kde.org/stats/gui/trunk-kde4/po/rekonq.po/
-LIST="ar ast be bg bn bn_IN ca ca@valencia cs csb da de el en_GB eo es et eu fi fr fy ga gl gu he hi hr hu ia id is it ja ka kk km kn ko ku lt lv mai mk ml mr ms nb nds nl nn or pa pl pt pt_BR ro ru se si sk sl sr sv ta te tg th tr uk uz@cyrillic wa zh_CN zh_TW"
+LIST="af ar as ast be be@latin bg bn bn_IN br ca ca@valencia crh cs csb cy da de el en_GB eo es et eu fa fi fr fy ga gl gu ha he hi hne hr hsb hu hy ia id is it ja ka kk km kn ko ku lb lt lv mai mk ml mr ms mt nb nds ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw se si sk sl sq sr sr@ijekavian sr@ijekavianlatin sr@latin sv ta te tg th tr uk uz uz@cyrillic vi wa xh zh_CN zh_HK zh_TW"
 
 # 2. run this script. It will create an i18n dir in rekonq sources ($RK_SRCS variable, set it to your source path) 
 # dir with all the listed translations (eg: italian translation = rekonq_it.po file)
Comment 2 Panagiotis Papadopoulos 2010-09-26 12:41:11 UTC
thanks for the report. I added the missing language codes to our script :-)