Skip to content

Commit

Permalink
Add Bulgarian to the list of resourceConfigurations
Browse files Browse the repository at this point in the history
  • Loading branch information
Kr0oked committed Jun 15, 2023
1 parent 157c5e5 commit 552e8a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ android {

testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner'

resourceConfigurations += ['bs', 'cs', 'de', 'el', 'fi', 'fr', 'hr', 'mk', 'nl', 'nn', 'ru', 'sr', 'tr']
resourceConfigurations += ['bg', 'bs', 'cs', 'de', 'el', 'fi', 'fr', 'hr', 'mk', 'nl', 'nn', 'ru', 'sr', 'tr']
}

buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-bg/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<string name="sensor_error_message">Сензорът не е наличен</string>
<string name="sensor_calibration_text">Можете да се опитате да подобрите точността на сензора, като завъртите устройството няколко пъти с движение, наподобяващо осмица (8).</string>

<string name="location_loading">Изчакване на местоположение...</string>
<string name="location_loading">Изчакване на местоположение</string>
<string name="location_error_message">Местоположението не е налично</string>
<string name="access_coarse_location_permission_rationale_title">Нужно е разрешение, за да се достъпи приблизителното местоположение на устройството.</string>
<string name="access_coarse_location_permission_rationale_message">За да се показва истинския север, приложението трябва да определи магнитната деклинация, базирана на текущото местоположение.</string>
Expand Down

0 comments on commit 552e8a3

Please sign in to comment.