Skip to content

Commit a09386a

Browse files
committed
👷 Delete french translations to test PR job
1 parent ff0ffe5 commit a09386a

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

.github/workflows/i18n.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,10 @@ jobs:
6767
if: steps.changes-check.outputs.changes != 'false'
6868
uses: peter-evans/create-pull-request@v5
6969
with:
70-
branch: update-translations
71-
title: "Update Translations"
72-
body: |
73-
This PR updates the translations by running `./gradlew updateStringsXml` and `./gradlew generateTranslations`.
70+
token: ${{ secrets.GITHUB_TOKEN }}
71+
title: "Update Translations ${{ github.event.pull_request.number }}"
72+
body: "Update Translations ${{ github.event.pull_request.number }}"
73+
branch: i18n-${{ github.event.pull_request.number }}
74+
base: main
7475
labels: |
7576
translations
Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
33
<string name="app_name">app_name</string>
4-
<string name="Flash">Flash</string>
5-
<string name="OFF">DÉSACTIVÉ</string>
6-
<string name="ON">ACTIVÉ</string>
7-
<string name="AUTO">AUTO</string>
8-
<string name="Flash_Off">Flash désactivé</string>
9-
<string name="Flash_On">Flash activé</string>
10-
<string name="Flash_Auto">Flash auto</string>
11-
<string name="_16_9">16:9</string>
12-
<string name="_4_3">4:3</string>
13-
<string name="FULL">PLEIN</string>
14-
<string name="Zoom">Zoom</string>
15-
<string name="Capture">Capturer</string>
16-
<string name="Smart">Intelligent</string>
17-
<string name="Volume_Control_Mode">Mode de contrôle du volume</string>
18-
<string name="video">vidéo</string>
19-
<string name="QR_Scanner">Lecteur QR</string>
20-
<string name="Aspect_Ratio">Ratio d\'aspect</string>
214
</resources>

0 commit comments

Comments
 (0)