Skip to content

Commit

Permalink
ignore missing translation for the bluetooth device type array
Browse files Browse the repository at this point in the history
update one missing translation
  • Loading branch information
oliexdev committed Dec 16, 2016
1 parent 709ee2e commit 51f27ab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions android_app/app/app.iml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/instant-run-support" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jniLibs" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/reload-dex" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" />
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/restart-dex" />
Expand Down
1 change: 1 addition & 0 deletions android_app/app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<string name="info_enter_value_unit">Gebe dein Wert an in</string>
<string name="info_is_not_visible">ist nicht sichtbar</string>
<string name="info_is_visible">ist sichtbar</string>
<string name="info_is_not_available">ist nicht verfügbar</string>
<string name="info_no_selected_user">Kein Benutzer existiert! Bitte lege einen neuen Benutzer unter Einstellungen an</string>
<string name="info_on_date">am</string>
<string name="info_set_filename">Setzte Dateiname auf</string>
Expand Down
1 change: 1 addition & 0 deletions android_app/app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<string name="label_enable_labels">メモの上にデータ点</string>
<string name="info_is_visible">表示されています</string>
<string name="info_is_not_visible">表示されていません</string>
<string name="info_is_not_available">利用できません</string>
<string name="info_enter_user_name">あなたの名前を入力してください</string>
<string name="info_enter_goal_weight">あなたの体重をあなたの単位で入力してください</string>
<string name="info_enter_comment">任意でコメントを入力してください</string>
Expand Down
2 changes: 1 addition & 1 deletion android_app/app/src/main/res/values/btdevtypes.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<string-array name="btDeviceTypes">
<item>Xiaomi Mi Scale</item>
<item>openScale Custom Scale</item>
Expand Down

0 comments on commit 51f27ab

Please sign in to comment.