Skip to content

Commit

Permalink
ga fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Manrique committed Nov 24, 2024
1 parent 1aa6fa1 commit a5d567c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/translate-strings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
python translator.py \
--api_key $API_KEY \
--output_languages $OUTPUT_LANGUAGES \
--input_folder $INPUT_FOLDER
--input_folder $INPUT_FOLDER \
--platform $PLATFORM
env:
API_KEY: ${{ secrets.DEEPL_API_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions shared/presentation/src/androidMain/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="wayback_pin">Wayback pin</string>
<string name="wayback_pin" translatable="false">Wayback pin</string>
<string name="permission_required_title">Permission Required</string>
<string name="permission_required_positive_action">Go to Settings</string>
<string name="permission_required_negative_action">Cancel</string>
<string name="permission_required_negative_action" comment="Cancel an action">Cancel</string>
<string name="location_permission_required_message">Location permission is required for this feature. Please enable it in the app settings.</string>
<string name="camera_permission_required_message">Camera permission is required to take a picture. Please enable it in the app settings.</string>
<string name="no_maps_application">No maps application found</string>
<string name="share_using">Share using</string>
<string name="share_location_title">Parked at</string>
<string name="share_location_title" comment="Vehicle parking location">Parked at</string>
<string name="share_note_title">Note:</string>
</resources>

0 comments on commit a5d567c

Please sign in to comment.