dereuromark / cakephp-translate

A CakePHP plugin to manage translations of your static content the easy way via web backend.
MIT License
17 stars 3 forks source link

Use Locale instead of ISO2 #13

Closed ravage84 closed 4 months ago

ravage84 commented 7 years ago

(Theoretically) it is possible to have more than one locale per language.

For example one could have three locales for the German language (de):

  1. de_DE for German from Germany
  2. de_CH for German from Switzerland
  3. de_DE for 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.

dereuromark commented 6 years ago

We should fix this before I tag a first 0.1 release.

dereuromark commented 7 months ago

@ravage84 I started the Cake5 upgrade

are you still interested in this plugin and should be combine forces getting it production ready?

ravage84 commented 7 months ago

I'm not since we aren't using CakePHP 5.x yet and I never came around using this plugin,. Sorry.

dereuromark commented 4 months ago

This should be fixed on 5.x now.