File tree Expand file tree Collapse file tree 2 files changed +5
-21
lines changed
app/src/main/res/values-fr Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments