Translations, where are the file(s)? #263
Replies: 2 comments 2 replies
-
|
Hi Existing translations are available on github https://github.com/orgs/Vvveb/repositories?q=language When a language pack is installed from admin the files are downloaded from github and saved in /locate folder with the path There is also an additional user.po created Both translation files can be edited from admin after install I attached an empty .pot file that can be used to create new language translations You can use a dedicated editor like https://poedit.net/ or just a simple text editor. The language folder code /locale/ro_RO/LC_MESSAGES/vvveb.po must match the code in the .po header msgid ""
msgstr ""
"Project-Id-Version: \n"
"Last-Translator: \n"
"Language-Team: \n"
# must match code
"Language: ro_RO\n"
# must match code
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"X-Generator: Poedit 2.3\n"and the code value in the language configuration https://demo.vvveb.com/admin/index.php?module=localization/language&language_id=6 |
Beta Was this translation helpful? Give feedback.
-
|
Hello there! I've just finish a Spanish es_ES translation based on the Pt_BR file. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I would help with translation, in which files can I find the english translation or even the PO file?
Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions