Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
4a70f642 01/09/2014 11:00 PM Dominic Cleal

i18n - add sv_SE language

93bcad2e 12/09/2013 10:42 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

aa92e93c 11/19/2013 09:01 PM Bryan Kearney

fixes #3672: Add in the zanata.xml file for pushing strings to zanata.

ce63a0d2 11/12/2013 09:23 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

5342ce90 09/12/2013 11:50 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

9dc10019 09/10/2013 12:15 PM Lukas Zapletal

fixing transifex domain in .tx/config and scripts

b777d0ba 08/15/2013 09:54 AM Dominic Cleal

refresh locales

dd9d4cd3 08/15/2013 09:52 AM Dominic Cleal

i18n - add zh_CN language

a83e00ba 07/17/2013 11:29 AM Dominic Cleal

refresh locales

3ebf2007 07/02/2013 04:54 AM Dominic Cleal

refresh locales

aa6f34ee 07/02/2013 04:50 AM Dominic Cleal

i18n - adding gl language

4e23701d 06/06/2013 11:18 AM Dominic Cleal

i18n - adding fr, en_GB languages

40b31d27 05/28/2013 10:49 AM Tomáš Strachota

fixes #2536 - loading locale .mo files in production mode

- initializer script fixed to look for .mo files
- Makefile updated to place *.mo into /locale/
/LC_MESSAGES
(rake gettext:pack places them there as well)
- *.mo files added to foreman.spec

0a48a01a 05/21/2013 09:22 AM Dominic Cleal

refresh locales

e2c2abfe 05/09/2013 03:12 PM Lukas Zapletal

fixes #2444 - locale selector in user account

a5405780 05/09/2013 10:22 AM Dominic Cleal

refresh locales

895a2ec6 05/09/2013 10:20 AM Og Maciel

Changed validation text s/must be downcase/must be lowercase.

6e5ec9a7 05/09/2013 09:45 AM Dominic Cleal

remove test translations

3dfb6e4c 05/09/2013 05:07 AM Dominic Cleal

fixes #2420 - extract strings for i18n from JavaScript, various i18n fixes

9a280163 05/09/2013 02:13 AM Dominic Cleal

fixes #2426 - translate model and column names to English

3f450a72 05/07/2013 04:15 AM Lukas Zapletal

fixing transifex parse error

74e0b0e3 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - form helpers, exceptions and fixes

212e967a 04/24/2013 05:07 AM Daniel Lobato Garcia

Feature #2368 - adding Spanish translation

6a7658b9 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n extracting strings

fd2e3be1 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n extracting and locale rake task

bb52de13 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - merging new strings

6668049d 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - renaming i18n domain to 'foreman.pot'

4b3e34ed 04/24/2013 05:07 AM Thomas Bendler

Feature #2368 - adding German translation file

a924ba8f 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n integrating Transifex

bfbf7ed8 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - i18n extracting strings

f46e39c4 03/14/2013 04:29 AM Bryan Kearney

Add localization calls to the subnets and the trenda pages.

There are other changes to the common layouts based on simple testing.

ab7baec6 03/11/2013 08:47 AM Bryan Kearney

Add gettext calls to the locations pages and the user pages.

These pages provide examples for using single translations:

_("Here is a simple")

single substitutions:

_("I like %s") % "pie"

and complex ones:

_("%{character"} should %{action}") % {:character => "Jar Jar Binks", :action => "be erased"}

69be1641 03/03/2013 12:52 PM Bryan Kearney

fixes #2269 - Add gettext framework to foreman.

This patch adds a gettext based localization framework to the Foreman. This is done by adding the fast_gettext and gettext_i18n_rails gems along with their depdencies. An example translation is done to the login page and the users controller....