Skip to content

Commit 92389dc

Browse files
authored
Merge branch 'main' into eltos-signpath
2 parents 5294c59 + f1ed103 commit 92389dc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/crowdin_sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
env:
1717
# The git branch used for sync with crowdin and for the pull request
1818
BRANCH: crowdin
19+
# SSH Deploy Key with write access (needed to trigger push workflow runs in created pull request)
20+
SSH_KEY: ${{ secrets.SSH_KEY_GITHUB_ACTION }}
21+
1922
# crowdin config
2023
CONFIG: '.github/.crowdin.yml'
2124
PROJECT: ${{ secrets.CROWDIN_PROJECT_ID }}
@@ -45,6 +48,7 @@ jobs:
4548
- name: Checkout repo
4649
uses: actions/checkout@v4
4750
with:
51+
ssh-key: ${{ env.SSH_KEY }}
4852
fetch-depth: 0
4953

5054
- name: Install python

PasteIntoFile/Properties/Resources.fr.resx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
<value>Le fichier {0} existe déjà. Voulez-vous l'écraser?</value>
115115
</data>
116116
<data name="str_autosave_checkbox" xml:space="preserve">
117-
<value>Enregistre automatique</value>
117+
<value>Enregistrement automatique (sans dlg)</value>
118118
<comment>Checkbox to toggle autosave mode, for which no pop-up dialog is displayed, but the file is directly saved without prompt.
119119
</comment>
120120
</data>
@@ -155,6 +155,9 @@
155155
<data name="str_open" xml:space="preserve">
156156
<value>Ouvrir</value>
157157
</data>
158+
<data name="str_preview_svg" xml:space="preserve">
159+
<value>Prévisualisation SVG</value>
160+
</data>
158161
<data name="str_autosave_tooltip" xml:space="preserve">
159162
<value>Enregistre les données du presse-papiers au format par défaut sans demander. Un appui sur la touche MAJ inverse temporairement cette option.</value>
160163
</data>

0 commit comments

Comments
 (0)