← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 8153: (Translations) Minor adjustment to cleaning script.

 

------------------------------------------------------------
revno: 8153
committer: Jason P. Pickering <jason.p.pickering@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2012-09-20 07:49:50 +0000
message:
  (Translations) Minor adjustment to cleaning script.
modified:
  dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global_id_ID.properties
  resources/util/clean_translations.sh


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global_id_ID.properties'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global_id_ID.properties	2012-09-19 15:26:57 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global_id_ID.properties	2012-09-20 07:49:50 +0000
@@ -1,6 +1,16 @@
+translation_label_denominator_description=Deskripsi denominator
 translation_label_comment=Komentar
 date_selector=Pilih tanggal
 bool=Ya / Tidak
 please_enter_valid_phone_number=Silakan tentukan nomor telepon yang valid.
 please_enter_betwwen_a_and_b_words=Silakan masukkan antara {0} dan {1} kata.
+please_enter_a_value_greater_than_or_equal_to=Silakan masukkan nilai lebih besar atau sama dengan {1}
+old_password=Password lama
+false=Tidak
+weekday.short.thursday=Kam
+translation_cancel=batal
+database_type=Tipe database
+actual=Aktual
+surname=Nama keluarga
+category_option_combo_does_not_exist=kategori pilihan combo tidak ada
 expression_not_well_formed=Expression is not well formed

=== modified file 'resources/util/clean_translations.sh'
--- resources/util/clean_translations.sh	2012-09-19 14:53:42 +0000
+++ resources/util/clean_translations.sh	2012-09-20 07:49:50 +0000
@@ -16,6 +16,7 @@
 declare -A array2
 PROP_FILE=$2
 
+cp $2 $2.bak
 grep -Ev '^#' $1 | sed '/^\r/d' | grep -Ev '^$'| sort > tmpfile1
 grep -Ev '^#' $2 | sed '/^\r/d' | grep -Ev '^$'| sort > tmpfile2