Questions tagged as 'i18n'

2
answers

Method App :: setLocale () in laravel 5.2

After organizing my code, I tested to see if it worked for real-time language change with the App::setLocale() method does not work, but when I make the change in the file app.php o locale it works perfectly, this translating my...
asked by 29.02.2016 / 19:40
1
answer

ActiveRecord labels using I18n

I have the following code: pt-BR.yml activerecord: attributes: city: codigo_municipio: "Código do município" View = label(:city, :codigo_municipio) Expected result: # => <label for="cities_codigo_municipio"...
asked by 10.04.2015 / 15:09