summaryrefslogtreecommitdiffstats
path: root/app/l10n_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Use GLib to parse environment variables to determine the default locale.jshin@chromium.org2010-10-301-90/+49
* Cleanup: Remove stale TODOjeremy@chromium.org2010-10-281-5/+0
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
* Add DCHECK for misused string resources.estade@chromium.org2010-10-041-37/+73
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Fix a bunch of clang warnings/errors.thakis@chromium.org2010-09-211-0/+2
* [GTK] Fix paragraph directionality for first run dialog in Hebrew.estade@chromium.org2010-09-161-5/+22
* Remove a deprecated wstring ToLower function.tony@chromium.org2010-08-041-6/+0
* Remove wstrings from l10n_util/ResourceBundle locale functions.evan@chromium.org2010-08-041-7/+5
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-4/+3
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* Adds the application locale police that allows to enforce the kApplicationLoc...markusheintz@chromium.org2010-07-191-21/+5
* Refactored the translate infobars.jcivelli@chromium.org2010-06-091-0/+9
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-1/+2
* translate infobar: sort languages in menus by application localekuan@chromium.org2010-04-021-14/+38
* Enable LAGNUAGE environment for chromeos in debug build.oshima@chromium.org2010-03-251-1/+8
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-201-231/+7
* Fix language switch ignored changing RTL-ness.glotov@google.com2010-03-191-3/+4
* Fix of the initial locale set. glotov@google.com2010-03-171-0/+7
* Revert 41728 - Fix of the initial locale set.glotov@chromium.org2010-03-161-7/+0
* Fix of the initial locale set.glotov@google.com2010-03-161-0/+7
* linux: use ICU direction for determining text direction in rendererevan@chromium.org2010-03-011-13/+13
* Translate: Move label parsing logic into common code.jeremy@chromium.org2010-02-171-0/+7
* Maps our internal Chinese locale codes to those expected by the ICU API for jshin@chromium.org2010-02-111-1/+23
* remove ICU includes from l10n_util.hevan@chromium.org2010-01-251-49/+6
* OpenBSD/FreeBSD ifdefs and GYP changes for app/ directorypvalchev@google.com2010-01-231-4/+4
* Use GetSwitchValueASCII, so we don't use the deprecated versions.evan@chromium.org2009-12-171-2/+2
* Setting the ICU default locale is made explicit. This leads to a few morejshin@chromium.org2009-12-031-32/+30
* Mac language/locale cleanupthomasvl@chromium.org2009-11-191-7/+32
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-111-1/+1
* Revert 31358 idana@chromium.org2009-11-101-1/+1
* We shouldn't use BIDI_DEFAULT_(RTL|LTR) if we know the directionality of the ...cira@chromium.org2009-11-071-1/+1
* Convert ReplaceStringPlaceholders(std::string...) to take atony@chromium.org2009-10-291-0/+4
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-0/+1
* [Linux] Supports the LANGUAGE environment variable.suzhe@chromium.org2009-09-301-13/+65
* This CL fixes issue 10860 - RTL: Hebrew file names should have forced LTRxji@chromium.org2009-09-161-0/+6
* UI language list fix.jshin@chromium.org2009-09-151-11/+36
* Add a "ToUpper" method.paul@chromium.org2009-09-091-0/+9
* Gtk languages options page part 1: accept-languages configuration.mattm@chromium.org2009-08-191-0/+153
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-12/+13
* Move the menu bar l10n into the xib file.thomasvl@chromium.org2009-08-121-9/+6
* Only check --lang and the app language pref on Windows. Theytc@google.com2009-07-221-0/+6
* Decide if we're in RTL or LTR mode by asking GTK+. This preventstc@google.com2009-07-201-2/+11
* Landing http://codereview.chromium.org/146142thomasvl@chromium.org2009-06-251-1/+2
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-67/+82
* Add helper for forcing a GtkEntry to lowercase.mattm@chromium.org2009-06-181-12/+5
* Add general options page. Options are working with the following exceptions:tc@google.com2009-05-281-0/+5
* Re-land of earlier NTP theme patch; now with mac and linux compatibility.glen@chromium.org2009-05-151-1/+23