Skip to content

Commit be914c7

Browse files
Sync Translations + tauri fix for get info (Stirling-Tools#6484)
### Description of Changes This Pull Request was automatically generated to synchronize updates to translation files and documentation. Below are the details of the changes made: #### **1. Synchronization of Translation Files** - Updated translation files (`frontend/editor/public/locales/*/translation.toml`) to reflect changes in the reference file `en-GB/translation.toml`. - Ensured consistency and synchronization across all supported language files. - Highlighted any missing or incomplete translations. - **Format**: TOML #### **2. Update README.md** - Generated the translation progress table in `README.md` using `counter_translation_v3.py`. - Added a summary of the current translation status for all supported languages. - Included up-to-date statistics on translation coverage. #### **Why these changes are necessary** - Keeps translation files aligned with the latest reference updates. - Ensures the documentation reflects the current translation progress. --- Auto-generated by [create-pull-request][1]. [1]: https://github.com/peter-evans/create-pull-request --------- Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com> Co-authored-by: Anthony Stirling <anthony@stirlingpdf.com>
1 parent 71361f0 commit be914c7

45 files changed

Lines changed: 23879 additions & 182 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.taskfiles/desktop.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
version: '3'
22

33
vars:
4-
JLINK_MODULES: "java.base,java.compiler,java.desktop,java.instrument,java.logging,java.management,java.naming,java.net.http,java.prefs,java.rmi,java.scripting,java.security.jgss,java.security.sasl,java.sql,java.transaction.xa,java.xml,java.xml.crypto,jdk.crypto.ec,jdk.crypto.cryptoki,jdk.unsupported"
4+
# jdk.dynalink is required by VeraPDF (PDF/A validation); without it the bundled JRE throws
5+
# NoClassDefFoundError: jdk/dynalink/Namespace at runtime in get-info-on-pdf and verify-pdf
6+
JLINK_MODULES: "java.base,java.compiler,java.desktop,java.instrument,java.logging,java.management,java.naming,java.net.http,java.prefs,java.rmi,java.scripting,java.security.jgss,java.security.sasl,java.sql,java.transaction.xa,java.xml,java.xml.crypto,jdk.crypto.ec,jdk.crypto.cryptoki,jdk.unsupported,jdk.dynalink"
57

68
# Override via JPDFIUM_PLATFORMS env (csv of platform keys, or 'all').
79
JPDFIUM_PLATFORMS:

frontend/editor/public/locales/ar-AR/translation.toml

Lines changed: 596 additions & 4 deletions
Large diffs are not rendered by default.

frontend/editor/public/locales/az-AZ/translation.toml

Lines changed: 596 additions & 4 deletions
Large diffs are not rendered by default.

frontend/editor/public/locales/bg-BG/translation.toml

Lines changed: 596 additions & 4 deletions
Large diffs are not rendered by default.

frontend/editor/public/locales/bo-CN/translation.toml

Lines changed: 596 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)