mirror of https://github.com/PurpleI2P/i2pd.git
R4SAS
3 years ago
2 changed files with 11 additions and 4 deletions
@ -0,0 +1,7 @@ |
|||||||
|
Regex for transforming gettext translations to our format |
||||||
|
|
||||||
|
msgid\ \"(.*)\"\nmsgid_plural\ \"(.*)\"\nmsgstr\[0\]\ \"(.*)\"\nmsgstr\[1\]\ \"(.*)\"\n(msgstr\[2\]\ \"(.*)\"\n)?(msgstr\[3\]\ \"(.*)\"\n)?(msgstr\[4\]\ \"(.*)\"\n)?(msgstr\[5\]\ \"(.*)\"\n)? |
||||||
|
#{"$2", {"$3", "$4", "$6", "$8", "$10"}},\n |
||||||
|
|
||||||
|
msgid\ \"(.*)\"\nmsgstr\ \"(.*)\"\n |
||||||
|
{"$1", "$2"},\n |
Loading…
Reference in new issue