Closed ravage84 closed 4 months ago
We should fix this before I tag a first 0.1 release.
@ravage84 I started the Cake5 upgrade
are you still interested in this plugin and should be combine forces getting it production ready?
I'm not since we aren't using CakePHP 5.x yet and I never came around using this plugin,. Sorry.
This should be fixed on 5.x now.
(Theoretically) it is possible to have more than one locale per language.
For example one could have three locales for the German language (de):
de_DE
for German from Germanyde_CH
for German from Switzerlandde_DE
for German from AustriaThe current implementation uses the ISO2 language code to process, extract and dump data.
Also, if one uses the full locale string as locale folder (de_CH) name instead of just the language ISO2 (de), he will end up with two locale folders.