language files

TheMask

Verified User
Joined
Jan 20, 2011
Messages
142
i want ot translate skin?
where is all language files. just lang folder?
 
i set default lang tr okay.
users login screen now TR lang
but when they are log in language back to english
 
You might have "en" set in their package then, please check it.
 
#: ./src/js/pages/user/ssl/_components/certificate-request-dialog.vue:10
msgid ""
"Here is your SSL Certificate Request.<br>\n"
"You will send this text to a Certificate Authority and they will give you a Signed Certificate.<br>\n"
"To use it, paste the Signed Certificate on "Paste a pre-generated certificate and key" tab and click "Save".<br>"
msgstr ""


how can i translate this.

i was try
msgstr "translate text"

or

msgstr ""
"trasnlate text"

but it doesnt work

i think this is broken?
 
Do you use POEditor to translate it? May you screenshot what's the problem?
 
i just use notepad++

normaly i translate like this. all fine its working
#: ./src/js/components/global/app/app-user-bar.vue:37
msgid "Hello, %{ username }"
msgstr "Merhaba, %{ username }"


but in ssl page this code its now working.
#: ./src/js/pages/user/ssl/_components/certificate-request-dialog.vue:10
msgid ""
"Here is your SSL Certificate Request.<br>\n"
"You will send this text to a Certificate Authority and they will give you a Signed Certificate.<br>\n"
"To use it, paste the Signed Certificate on "Paste a pre-generated certificate and key" tab and click "Save".<br>"
msgstr ""
"Bu sizin SSL Sertifika istek kodunuz.<br>\n"
"Bu kodu SSL satın aldığınız firmaya iletiniz. Firma size SSL Sertifikanızı göndericektir.<br>\n"
 
It's been split into 3 lines in latest version of the skin. Please try it now :) Thank you for the report!
 
some translation problem

#: src/js/pages/admin/users/resellers/view.vue:11
msgid "View Reseller: {{ user }}"
msgstr "Bayi Kullanıcısını Göster: {{ user }}"
translation dont work
View attachment 2419

#: src/js/pages/admin/users/resellers/modify.vue:10
msgid "Modify Reseller: {{ user }}"
msgstr "Bayi Hesabını Düzenle: {{ user }}"
View attachment 2420


and when you are update skin or fix bug
are you update translation files? dictionary.pot bcause i m translating (turkish) and my progress :%92

but when update my new skin,i noticed dictionary.pot file changed added new lines?
how can i see which one changed?

i dont want start again
 
some translation problem

#: src/js/pages/admin/users/resellers/view.vue:11
msgid "View Reseller: {{ user }}"
msgstr "Bayi Kullanıcısını Göster: {{ user }}"
translation dont work
View attachment 2419

#: src/js/pages/admin/users/resellers/modify.vue:10
msgid "Modify Reseller: {{ user }}"
msgstr "Bayi Hesabını Düzenle: {{ user }}"
View attachment 2420


and when you are update skin or fix bug
are you update translation files? dictionary.pot bcause i m translating (turkish) and my progress :%92

but when update my new skin,i noticed dictionary.pot file changed added new lines?
how can i see which one changed?

i dont want start again

It's been fixed in latest version of the skin. Thank you for the report!
 
Back
Top