Skip to content

Commit

Permalink
Locale fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Snow4DV committed Jun 15, 2023
1 parent d50c607 commit a41e2d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 1,
"versionName": "1.3",
"versionName": "1.3.1",
"outputFile": "app-release.apk"
}
],
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values-ru-rRU/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@
<string name="fullscreen_honda_skin">Полноэкранная тема в стиле Honda MID</string>
<string name="bottom_overlay_honda_skin">Полупрозрачная черная всплывающая панель (стиль Honda)</string>
<string name="fullscren_type_r_honda_skin">Полноэкранная тема в стиле Honda MID [Type R]</string>
<string name="overlay_skin">Скин всплывающей панели</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@
<string name="fullscreen_honda_skin">Fullscreen skin Honda MID-style</string>
<string name="bottom_overlay_honda_skin">Semitransparent bottom overlay skin</string>
<string name="fullscren_type_r_honda_skin">Fullscreen skin Honda MID-style [Type R]</string>
<string name="overlay_skin">Overlay skin</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/xml/root_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
app:key="selected_skin"
app:defaultValue="HONDA_OVERLAY"
app:summary="@string/select_adapter"
app:title="Overlay skin">
app:title="@string/overlay_skin">
</ListPreference>
</PreferenceCategory>

Expand Down

0 comments on commit a41e2d1

Please sign in to comment.