diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6a98ea783..9cea654fb 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,7 +1,7 @@ + android:versionName="2.8.8" android:versionCode="115"> @@ -76,6 +76,8 @@ + + @@ -92,8 +94,6 @@ - - diff --git a/bin/androidxml2po.bash b/bin/androidxml2po.bash index 57589b3c2..e96e7cedf 100755 --- a/bin/androidxml2po.bash +++ b/bin/androidxml2po.bash @@ -26,8 +26,8 @@ if [ ! -e /usr/bin/gettext ]; then fi #Set the languages here (long version is the android resource append string). -short_lang=("ca" "es" "de" "id" "ja" "nb" "ru") #do not include template language ("en" usually). -long_lang=("ca" "es" "de" "id" "ja" "nb" "ru") #do not include template language ("en" usually). +short_lang=("ca" "es" "fr" "de" "ja" "ru") #do not include template language ("en" usually). +long_lang=("ca" "es" "fr" "de" "ja" "ru") #Change the dirs where the files are located. launchpad_po_files_dir="translations" launchpad_pot_file_dir="translations" diff --git a/res/layout/main.xml b/res/layout/main.xml index 0c7f230ac..a6fcde940 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -30,13 +30,6 @@ android:layout_width="fill_parent" android:layout_height="fill_parent"> -