summaryrefslogtreecommitdiffstats
path: root/ui/base/l10n/l10n_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Use the ICU syntax message for plural formatting.jshin2015-04-091-11/+10
* Roll ICU to eda9e75b to add the Windows data dlljshin2015-03-041-0/+2
* Upgrade ICU to 54.1jshin2015-02-201-8/+5
* Move l10n_util's GetCanonicalLocal() function into base/i18n module.tfarina2015-01-161-6/+3
* Add ckb, ku and de-LI to the Accept-Language listjshin2014-12-161-0/+2
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Exclude en_001 from the avaialble localesjshin2014-10-231-0/+1
* [Android] Simplify logic for grabbing initial country-code.yfriedman2014-10-201-1/+2
* Convert ARRAYSIZE_UNSAFE -> arraysize in ui/.viettrungluu2014-10-161-1/+1
* Change base/file_utils.h includes to base/files/file_utils.h in gin, google_a...thestig2014-09-051-1/+1
* Move StringComparator<string16>::operator() to headerscottmg2014-08-291-12/+0
* Do not switch the ICU locale when interacting with public session podsbartfab@chromium.org2014-08-211-9/+13
* ChromeOS: should not show "Language changed" notification for certain languages.alemate@chromium.org2014-08-181-4/+16
* Revert of ChromeOS: should not show "Language changed" notification for certa...miu@chromium.org2014-08-151-16/+4
* ChromeOS: should not show "Language changed" notification for certain languages.alemate@chromium.org2014-08-151-4/+16
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-14/+14
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-14/+14
* Move file_util_icu to base::i18n namespacebrettw@chromium.org2014-08-071-1/+1
* Roll ICU to icu52jshin@chromium.org2014-07-181-14/+5
* Revert 277111 "Roll ICU to icu52"sorin@chromium.org2014-06-131-5/+14
* Roll ICU to icu52jshin@chromium.org2014-06-131-14/+5
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-1/+1
* Allow country-specific languages in UI list at OOBE.alemate@chromium.org2014-04-091-6/+4
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-171-1/+1
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-171-1/+1
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-1/+2
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-9/+9
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-031-68/+71
* Support use_glib==0 in uispang@chromium.org2013-11-221-10/+8
* rAc: More gracefully handle lots of legal docsestade@chromium.org2013-10-281-9/+9
* When user first time logs into Chromeos, he doesn't have "language" setting f...alemate@chromium.org2013-09-241-64/+69
* Use ICU for string pluralization in the extension permission dialog.sammc@chromium.org2013-09-231-0/+22
* Add more support for FreeBSDGeo.Liaskos@gmail.com2013-09-211-2/+2
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-2/+2
* Translate: Filter and record languages whose names Chrome doesn't showhajimehoshi@chromium.org2013-06-141-15/+16
* Use a direct include of strings headers in ui/, part 1.avi@chromium.org2013-06-111-3/+3
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-071-1/+1
* Making l10n_util::GetAvailableLocales thread safe.nona@chromium.org2013-05-011-31/+42
* Refactoring: Moved the function CompareString16WithCollator from ui/base/l10n...hajimehoshi@chromium.org2013-04-231-16/+3
* Fix CHECK failure in l10n_util::IsLocaleAvailable().hshi@chromium.org2013-04-161-0/+8
* [Android] Move LocaleUtils from base to ui.yfriedman@chromium.org2013-04-101-4/+3
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* Fixing i18n issues with the system tray menu (strings are too long for menu)skuhne@chromium.org2013-03-201-0/+7
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-2/+2
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-071-2/+2
* [Android WebView] Fix some locale related TODOs.benm@chromium.org2012-12-211-4/+1
* Fix text direction markup for locale name.kevers@chromium.org2012-11-091-2/+2
* Upstream Android tweaks in chrome_browser_main.cc.newt@chromium.org2012-10-201-3/+2
* Update handling of Android language codescjhopman@chromium.org2012-08-061-4/+6
* Add new ResourceBundle::Delegate interface.marshall@chromium.org2012-05-091-4/+1