aboutsummaryrefslogtreecommitdiff
path: root/libs/uibase/tests/translations
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-02-11 02:37:39 -0600
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-02-11 02:37:39 -0600
commit7ee008e150bc5bcf76082d726f719ee0fdfda982 (patch)
tree27fb39be241fdb5ac2734c574de678977d1856d0 /libs/uibase/tests/translations
Fluorine Manager: full Linux port of Mod Organizer 2
Complete native Linux port with FUSE-based virtual filesystem, Proton/umu-run integration, and Flatpak packaging. Key features: - FUSE VFS replacing Windows USVFS (in-process + standalone helper for Flatpak) - Proton/GE-Proton/umu-run launcher with env var forwarding - Flatpak support (sandbox-aware VFS, NXM handler, umu-run) - Wine prefix management UI - Case-insensitive path resolution for Linux filesystems - QSettings-safe INI handling (avoids Bethesda INI corruption) - Portable instance support with auto-generated launcher scripts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'libs/uibase/tests/translations')
-rw-r--r--libs/uibase/tests/translations/tests_en.qmbin0 -> 141 bytes
-rw-r--r--libs/uibase/tests/translations/tests_en.ts11
-rw-r--r--libs/uibase/tests/translations/tests_fr.qmbin0 -> 147 bytes
-rw-r--r--libs/uibase/tests/translations/tests_fr.ts11
4 files changed, 22 insertions, 0 deletions
diff --git a/libs/uibase/tests/translations/tests_en.qm b/libs/uibase/tests/translations/tests_en.qm
new file mode 100644
index 0000000..d5ca501
--- /dev/null
+++ b/libs/uibase/tests/translations/tests_en.qm
Binary files differ
diff --git a/libs/uibase/tests/translations/tests_en.ts b/libs/uibase/tests/translations/tests_en.ts
new file mode 100644
index 0000000..1f54d86
--- /dev/null
+++ b/libs/uibase/tests/translations/tests_en.ts
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="en_US">
+<context>
+ <name>uibase-tests</name>
+ <message>
+ <source>Translate to French</source>
+ <translation>Translate to French</translation>
+ </message>
+</context>
+</TS>
diff --git a/libs/uibase/tests/translations/tests_fr.qm b/libs/uibase/tests/translations/tests_fr.qm
new file mode 100644
index 0000000..80958d6
--- /dev/null
+++ b/libs/uibase/tests/translations/tests_fr.qm
Binary files differ
diff --git a/libs/uibase/tests/translations/tests_fr.ts b/libs/uibase/tests/translations/tests_fr.ts
new file mode 100644
index 0000000..eed02a0
--- /dev/null
+++ b/libs/uibase/tests/translations/tests_fr.ts
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="fr_FR">
+<context>
+ <name>uibase-tests</name>
+ <message>
+ <source>Translate to French</source>
+ <translation>Traduction en Français</translation>
+ </message>
+</context>
+</TS>