1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Update translations

This commit is contained in:
Laurent Cozic
2025-08-10 09:14:02 +01:00
parent 59f8dd36a6
commit 9ea1808766
92 changed files with 36932 additions and 25254 deletions

View File

@@ -63,7 +63,7 @@ const TextInputDialog: React.FC<Props> = ({ dialog, containerStyle, themeId }) =
/>
<PromptButton
buttonSpec={{
text: _('Okay'),
text: _('OK'),
onPress: () => dialog.onSubmit(text),
}}
themeId={themeId}