Defect #118
translator - Problem with userconfig_XX.xml and marking-examples_XX.svg with locale not supported
Description
If one tries to make a pdf in source editor with default locale different than en and ja
gets 2 errors because the
userconfig_XX.xml and marking-examples_XX.svg
are present only in en and ja version.
The fast solution was for me to copy the en version as it version (italy) but
I think there should be a way like in resourcebundle to have a default locale supported
otherwise users with different locales cannot make pdf.
Question is if the def locale shoul be ja or en. I face same problems in some my apps
with italian that might be more up to date but not the optiomal default.
I believe this is an error of translator module. (ps: would be nice to have the modules in the categories ?)
History
Updated by Hiroya Kubo over 11 years ago
- Due date set to 2012-04-08
- Assignee set to Hiroya Kubo
- Target version set to SQS2.1
- % Done changed from 0 to 60
- Estimated time set to 2.00 h
userconfig search order:
userconfig_lan_NA_VA.xml
userconfig_lan_NA.xml
userconfig_lan.xml
has implemented in sqs-translator/src/main/java/net/sqs2/translator/impl/SQSToPDFTranslatorCore.java
Updated by Hiroya Kubo over 11 years ago
- Status changed from Assigned to Closed
- % Done changed from 60 to 100
marking-example search order:
marking-example_lan_NA_VA.svg
marking-example_lan_NA.svg
marking-example_lan.svg
has implemented in sqs-translator/src/main/java/net/sqs2/translator/impl/SQSToPDFTranslatorCore.java,
Updated by Hiroya Kubo over 11 years ago
- Project changed from Shared Questionnaire System to sqs-translator
- Category deleted (
Common) - Target version deleted (
SQS2.1)