Page 1 of 1

Translated in Transifex, how do I get it?

Posted: 06 Dec 2015, 14:36
by Sennik
I spend more then an hour translating Aimeos Laravel to Dutch. Transifex is really nice to work with!

How do I get the translations in my Laravel shop? Do I have to wait until processd by Aimeos and then do a composer update?

How do I set the default localization to Dutch (NL)? It is not responding on the language locale setting in config/app.php.

Re: Translated in Transifex, how do I get it?

Posted: 06 Dec 2015, 15:20
by aimeos
Sennik wrote:How do I get the translations in my Laravel shop? Do I have to wait until processd by Aimeos and then do a composer update?
That would be the easiest way. If the translation for Dutch is complete, we will update and release a new version within a few days.
Sennik wrote:How do I set the default localization to Dutch (NL)? It is not responding on the language locale setting in config/app.php.
The default locale (if not given via the URL) is hard coded to "en". We will change that and use the locale setting from ./config/app.php. Thanks for the hint!

Re: Translated in Transifex, how do I get it?

Posted: 07 Dec 2015, 14:30
by Sennik
Ok, thanks. I guess I have to spend some extra time on translations then ;-)

Hardcoding English is not really usable for me (and a lots of others). Can you make this a priority? An idea: I do the Dutch translation, you do the implementation for the locale settings. Deal?
;-)

Re: Translated in Transifex, how do I get it?

Posted: 07 Dec 2015, 15:23
by aimeos
Sennik wrote:Hardcoding English is not really usable for me (and a lots of others). Can you make this a priority? An idea: I do the Dutch translation, you do the implementation for the locale settings. Deal? ;-)
Yes, that's a deal! :-)