diff options
Diffstat (limited to 'libs/uibase/tests/translations')
| -rw-r--r-- | libs/uibase/tests/translations/tests_en.qm | bin | 0 -> 141 bytes | |||
| -rw-r--r-- | libs/uibase/tests/translations/tests_en.ts | 11 | ||||
| -rw-r--r-- | libs/uibase/tests/translations/tests_fr.qm | bin | 0 -> 147 bytes | |||
| -rw-r--r-- | libs/uibase/tests/translations/tests_fr.ts | 11 |
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 Binary files differnew file mode 100644 index 0000000..d5ca501 --- /dev/null +++ b/libs/uibase/tests/translations/tests_en.qm 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 Binary files differnew file mode 100644 index 0000000..80958d6 --- /dev/null +++ b/libs/uibase/tests/translations/tests_fr.qm 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> |
