Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
5742c9ee 09/09/2015 11:13 AM Shimon Shtein

Fixes #11727 - Added proper human readable description to User#mail_enabled field
(cherry picked from commit 1d7d78a045d907338f253b683e91225fa2068b6a)

e27cbb68 08/07/2015 08:50 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

861fa117 07/17/2015 01:04 PM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

3635731a 07/06/2015 07:31 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

036af1f5 06/26/2015 06:33 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

510d53cd 06/09/2015 07:22 AM Marek Hulán

Fixes #7096 - Adds STI to templates

This commit converts Ptables to be just another type of Template so it
gets the same features as ConfigTemplate. ConfigTemplate was renamed to
ProvisioningTemplate to reflect UI and the name under it's commonly known.

19bf6b09 05/18/2015 09:03 AM Dominic Cleal

fixes #10509 - add toggle for LDAP usergroup updating

1a282cba 05/11/2015 03:49 PM Shimon Shtein

Fixes #8525 - Rename "Mail" to "Email" in user preferences

c8c58c45 02/24/2015 06:11 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

832b68ef 02/12/2015 07:43 AM Dominic Cleal

i18n - extracting new, updating rails, pulling from tx

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

refresh locales

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

refresh locales

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

refresh locales

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

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

Feature #2368 - form helpers, exceptions and fixes

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

Feature #2368 - i18n extracting strings

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'

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

Feature #2368 - i18n integrating Transifex

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....