-
Notifications
You must be signed in to change notification settings - Fork 6
Add translation Bahasa Indonesia #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Hey @ekotriono, thank you for your contribution ! |
| /** | ||
| * Localized data | ||
| * | ||
| * @copyright Copyright (C) 2010-2018 Combodo SARL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * @copyright Copyright (C) 2010-2018 Combodo SARL | |
| * @copyright Copyright (C) 2025 Combodo SARL |
|
|
||
| 'Class:QuizzValueQuestion' => 'Pertanyaan pilihan khusus', | ||
| 'Class:QuizzValueQuestion+' => 'Pilih satu pilihan dari daftar nilai (khusus untuk pertanyaan ini)', | ||
| 'Class:QuizzValueQuestion/Name' => '%1$s) %2$s', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo?
| 'Class:QuizzValueQuestion/Name' => '%1$s) %2$s', | |
| 'Class:QuizzValueQuestion/Name' => '(%1$s) %2$s', |
(I see it is like this as well in original EN dictionary..)
| 'Class:Quizz/Attribute:language/Value:Indonesian (Bahasa Indonesia)' => 'Indonesia (Bahasa Indonesia)', | ||
| 'Class:Quizz/Attribute:language/Value:Indonesian (Bahasa Indonesia)+' => '', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indonesian does not seem to be one of the values from the list:
customer-survey/datamodel.customer-survey.xml
Lines 41 to 57 in fac76d3
| <field id="language" xsi:type="AttributeApplicationLanguage"> | |
| <values> | |
| <value>Brazilian (Brazilian)</value> | |
| <value>Hungarian (Magyar)</value> | |
| <value>Chinese (简体中文)</value> | |
| <value>Dutch (Nederlands)</value> | |
| <value>English (English)</value> | |
| <value>German (Deutsch)</value> | |
| <value>Russian (Русский)</value> | |
| <value>Spanish (Español, Castellaño)</value> | |
| <value>French (Français)</value> | |
| <value>Japanese (日本語)</value> | |
| <value>Turkish (Türkçe)</value> | |
| <value>Danish (Dansk)</value> | |
| <value>Czech (Čeština)</value> | |
| <value>Italian (Italiano)</value> | |
| </values> |
You might need to add that in this PR.
| 'Class:SurveyTargetAnswer/Attribute:org_id_obsolescence_flag+' => '', | ||
| 'Class:SurveyTargetAnswer/Attribute:last_question_id_finalclass_recall' => 'Pemanggilan kembali kelas akhir id pertanyaan terakhir', | ||
| 'Class:SurveyTargetAnswer/Attribute:last_question_id_finalclass_recall+' => '', | ||
| )); No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a final newline.
|
@ekotriono Hello, could you please take a look at the previous comments ? Thank you in advance |
File translations Bahasa Indonesia