Skip to content

Commit

Permalink
fix: remove unusued translations and fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
asandikci committed Jan 26, 2025
1 parent cbbffe9 commit f126aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
BRANCH: ${{ github.ref_name }}
run: |
mkdir -p "${{ github.workspace }}/stable"
mkdir -p "${{ github.workspace }}/output"
cd "${{ github.workspace }}/stable"
git clone --no-checkout https://github.com/MaintainTeam/Hypatia.git .
git checkout --progress --force "stable"
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
<string name="confirm_delete_summary">Sei sicuro di voler eliminare il seguente file?</string>
<string name="delete_failed">Eliminazione fallita!</string>
<string name="ignored">Ignorato!</string>
<string name="confirm_uninstall_title">Conferma disinstallazione</string>
<string name="confirm_uninstall_summary">Sei sicuro di voler disinstallare la seguente app?</string>
<string name="uninstallApp">Disinstalla</string>
<string name="lblSelfTest">Scrivi file per test autodiagnostico</string>
<string name="lblExtendedDatabaseToggle">Database esteso</string>
Expand Down

0 comments on commit f126aee

Please sign in to comment.