cakephp-translate
cakephp-translate copied to clipboard
Use Locale instead of ISO2
(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_DEfor German from Germanyde_CHfor German from Switzerlandde_DEfor German from Austria
The 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.
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.