Skip to content

Commit

Permalink
Fix fastlane and weblate
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisfds committed Jun 29, 2024
1 parent 760b77a commit e6e062a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion app/src/main/res/values-v20/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2022-2024 François FERREIRA DE SOUSA.
~
~ This file is part of BikeSharingHub.
~
~ BikeSharingHub is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ BikeSharingHub is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with BikeSharingHub. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="pref_default_map_layer_value">mapnik</string>
<string name="pref_default_map_layer_value" translatable="false">mapnik</string>
</resources>
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/changelogs/31.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* Display extact number of bikes in the markers on the map
* Display exact number of bikes in the markers on the map
* Display network's name in the station's details
* Better scaling of zoom on the map
* Target Android 14 (still supporting Android 4)
Expand Down

0 comments on commit e6e062a

Please sign in to comment.