Comment #1 on issue 2040 by [email protected]: Make possible to add new
languages and scripts
http://code.google.com/p/qubit-toolkit/issues/detail?id=2040
I have created a simple PHP script to add a new key/value pair
to "Languages" or "Scripts" collections. Download it and place it into
vendor/symfony/lib/i18n/data/, then:
1) cd vendor/symfony/lib/i18n/data
2) php add_language.php en.dat Languages foo Foobar (foo is the code,
Foobar the value)
3) mv en.dat.new en.dat
4) Reload ICA-AtoM page, the new value should appear
You can replace "Languages" with "Scripts" if desired.
See attached file.
Attachments:
add_language.php 840 bytes
--
You received this message because you are subscribed to the Google Groups "Qubit
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-issues?hl=en.