diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-04 12:41:27 +0300 |
| commit | 4f2d36194b4f299aa7509d815c07121039ea833b (patch) | |
| tree | f3ded014bad3a4c76ff6a22b8726ebaab68c3d13 /mnv/runtime/syntax/testdir/input/po.po | |
| parent | 5b578e70c314723a3cde5c9bfc2be0bf1dadc93b (diff) | |
| download | Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.tar.gz Project-Tick-4f2d36194b4f299aa7509d815c07121039ea833b.zip | |
NOISSUE change uvim folder name to mnv
Signed-off-by: Mehmet Samet Duman <yongdohyun@projecttick.org>
Diffstat (limited to 'mnv/runtime/syntax/testdir/input/po.po')
| -rw-r--r-- | mnv/runtime/syntax/testdir/input/po.po | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/mnv/runtime/syntax/testdir/input/po.po b/mnv/runtime/syntax/testdir/input/po.po new file mode 100644 index 0000000000..15226d467f --- /dev/null +++ b/mnv/runtime/syntax/testdir/input/po.po @@ -0,0 +1,51 @@ +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2026-03-02 13:23+0900\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +"X-Generator: ManuallyGenerated\n" + +#: path/to/file.c:123 +#, fuzzy, c-format +#| msgid "Hi, %s.\n" +msgid "Hello, %s.\n" +msgstr "" +"Hi, %s.\n" + +#: path/to/file.py:123 +#, python-format +msgid "%(num) word" +msgid_plural "%(num) words" +msgstr[0] "" +msgstr[1] "" + +#. comment for translator +#: path/to/file.cpp:234 +#: path/to/file.cpp:256 +#, qt-format +msgctxt "%1 is a variable" +msgid "value of %1:\t%L2" +msgstr "" + +#: path/to/file.rs:123 +#, rust-format +msgid "Hello, \"{:?}\"." +msgstr "Hallo, »{:?}«." + +#= no-wrap +msgid "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." +msgstr "いろはにほへと" + +# outdated entries +#~ msgid "foo" +#~ msgstr "foo" |
