RGMSSONI / localizedproperties

Automatically exported from code.google.com/p/localizedproperties
0 stars 0 forks source link

It must be implemented variant of Locale #83

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a file with next name core_components_en_US_LI.properties
2.Try to load
3.You will receive an error about undiscovered match

Original issue reported on code.google.com by flores.l...@gmail.com on 10 Jul 2011 at 12:26

GoogleCodeExporter commented 8 years ago
I must to modify
1. WildcardPath to support parsing and discovering
2. Update test cases
3. Modify preferences.ini to add variants
4. Check file loading,because variant locale it must to be detected as new 
locale
5. Check editor, if it load as a new column

Original comment by flores.l...@gmail.com on 10 Jul 2011 at 12:34

GoogleCodeExporter commented 8 years ago
6. Notify users about changes, because they need to reload defaults

Original comment by flores.l...@gmail.com on 10 Jul 2011 at 12:37

GoogleCodeExporter commented 8 years ago
7. Modify WildcardPath helper to allow us add a variant

Original comment by flores.l...@gmail.com on 10 Jul 2011 at 1:58

GoogleCodeExporter commented 8 years ago
It was implemented 1,2,3,4

Original comment by flores.l...@gmail.com on 10 Jul 2011 at 1:59

GoogleCodeExporter commented 8 years ago
I have implemented point 5 and test editor.
The variant option was implemented just for Java Full path.

Example
-------------
/{root}/{filename}(_{lang})3(_{country})2(_{variant})1.{fileextension}
-------------

To see it, please review preferences.ini

Original comment by flores.l...@gmail.com on 20 Jul 2011 at 8:26

GoogleCodeExporter commented 8 years ago

Original comment by flores.l...@gmail.com on 21 Jul 2011 at 12:42