Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(71)

Side by Side Diff: chrome/app/resources/platform_locale_settings/locale_settings_cros_th.xtb

Issue 10928133: Remove the obsolete string : IDS_LOCALE_GTK (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" ?> 1 <?xml version="1.0" ?>
2 <!DOCTYPE translationbundle> 2 <!DOCTYPE translationbundle>
3 <translationbundle lang="th"> 3 <translationbundle lang="th">
4 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI,Droid Sans Thai,sans-serif</t ranslation> 4 <translation id="IDS_WEB_FONT_FAMILY">Noto Sans UI,Droid Sans Thai,sans-serif</t ranslation>
5 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation> 5 <translation id="IDS_MINIMUM_FONT_SIZE">10</translation>
6 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation> 6 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">10</translation>
7 <translation id="IDS_LOCALE_GTKRC"> # gtkrc.th
8 gtk-font-name="Noto Sans UI,Droid Sans Thai,sans-serif, 10"
9 style "OverrideTooltipFontStyle" = "TooltipStyle" {
10 font_name = "Noto Sans UI,Droid Sans Thai,sans-serif, 10"
11 }
12 widget "gtk-tooltip*" style "OverrideTooltipFontStyle"
13 </translation>
14 </translationbundle> 7 </translationbundle>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698