From 7ee008e150bc5bcf76082d726f719ee0fdfda982 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Wed, 11 Feb 2026 02:37:39 -0600 Subject: 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 --- libs/uibase/tests/translations/tests_en.qm | Bin 0 -> 141 bytes libs/uibase/tests/translations/tests_en.ts | 11 +++++++++++ libs/uibase/tests/translations/tests_fr.qm | Bin 0 -> 147 bytes libs/uibase/tests/translations/tests_fr.ts | 11 +++++++++++ 4 files changed, 22 insertions(+) create mode 100644 libs/uibase/tests/translations/tests_en.qm create mode 100644 libs/uibase/tests/translations/tests_en.ts create mode 100644 libs/uibase/tests/translations/tests_fr.qm create mode 100644 libs/uibase/tests/translations/tests_fr.ts (limited to 'libs/uibase/tests/translations') 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 Binary files /dev/null and b/libs/uibase/tests/translations/tests_en.qm 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 @@ + + + + + uibase-tests + + Translate to French + Translate to French + + + 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 Binary files /dev/null and b/libs/uibase/tests/translations/tests_fr.qm 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 @@ + + + + + uibase-tests + + Translate to French + Traduction en Français + + + -- cgit v1.3.1