Questions tagged as 'i18n'

1
answer

How to use the i18n option in a Uikit Framework datepicker?

Hi, I would like to know how to use the i18n option of a Dateikicker of uikit. on their official site they explain that they use a Json object. link but I can not make it work. my code is as follows: <form class="uk-form"> <...
asked by 24.02.2016 / 21:12
3
answers

Store unicode characters in Bundle

I have a project of java internationalized and versioned, but it seems that when opening it the accented characters of the resource bundle (the .properties file) of the Spanish language are seen incorrectly. I already tried to change the...
asked by 17.12.2015 / 09:39
1
answer

Redirecting from Symfony routing

I have a routing in my Symfony project that points to different controllers, in different routes, like this: # GLOBAL DE LA APLICACIÓN entry_point: path: / defaults: { _controller: AppBundle:Default:index} options: expose: true # PA...
asked by 15.03.2018 / 16:32
0
answers

Struts2, Error log in file load properties

I had a very special case, and I leave here as I detected it after several days. You have to do with the loading of the .properties message file that is configured for Struts2. Regardless of where you set up, there is an undocumented situatio...
asked by 14.02.2018 / 17:41
1
answer

CommandError: Can not find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed

When wanting to execute the command django-admin.py makemessages -l en It shows me the following:    CommandError: Can not find msguniq. Make sure you have GNU gettext tools 0.15 or newer installed. I find myself using: Windows 7...
asked by 03.07.2017 / 05:16
1
answer

Angular 2 + ng-xi18n + AOT does not work

I am developing the functionality of language change through buttons defined with <a/> tags, so that the user can change the language by clicking on the button corresponding to the language in which they want to see the web. To d...
asked by 23.02.2017 / 18:32