summaryrefslogtreecommitdiff
path: root/pango/pango-language-sample-table.h
Commit message (Collapse)AuthorAgeFilesLines
* Add some more language sample textsmore-sample-textsMatthias Clasen2020-09-081-1/+34
| | | | | | Add sample texts for Khmer, Lao, Thaana, Sinhalese and Burmese, the first two are from GLASS, the last three are from the Wikipedia articles on these writing systems.
* Update Croatian pangram in pango-language-sample-table.hmilotype2019-05-301-3/+3
|
* Revert "Use UTF-8 pragma for MSVC"Behdad Esfahbod2015-04-141-5/+0
| | | | | | | This reverts commit c8b1d5bea67155ae51cb9a145d43df79a52faeb4. See discussion: https://bugzilla.gnome.org/show_bug.cgi?id=747772
* Use UTF-8 pragma for MSVCBehdad Esfahbod2015-04-131-0/+5
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=747772
* Bug 743692 - Irish pangram (sample text) is inappropriateBehdad Esfahbod2015-03-031-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=743692
* Fix another compiler warningMatthias Clasen2013-01-071-1/+1
| | | | gcc doesn't like #ifndef LANGUAGE(x, y, z).
* Provide a phony define for the LANGUAGE macroJohn Ralls2012-11-151-0/+4
| | | | | Gobject-introspection encounters it without the definitions in the including code and fails.
* Bug 680965 - missing language strings for pango_language_get_sample_string()Behdad Esfahbod2012-08-021-0/+36
| | | | Add misc Indic scripts. Patch from Pravin Satpute.
* Bug 584328 – Persian sample text is not goodBehdad Esfahbod2009-05-301-1/+1
| | | | Remove Alef Maksura from sample text.
* Bug 549532 – Correction to the sample string for Hindi inBehdad Esfahbod2009-01-081-3/+3
| | | | | | | | | | | | 2009-01-08 Behdad Esfahbod <behdad@gnome.org> Bug 549532 – Correction to the sample string for Hindi in pango-language-sample-table.h * pango/pango-language-sample-table.h: Improve Hindi sample text. svn path=/trunk/; revision=2795
* Improve Japanese textBehdad Esfahbod2008-09-231-1/+1
| | | | svn path=/trunk/; revision=2724
* Bug 552993 – Romanian pangramBehdad Esfahbod2008-09-201-5/+5
| | | | | | | | | | | 2008-09-20 Behdad Esfahbod <behdad@gnome.org> Bug 552993 – Romanian pangram * pango/pango-language-sample-table.h: New Romanian sample text from Misu Moldovan. svn path=/trunk/; revision=2720
* Bug 549758 – Swedish font sample text could use punctuationBehdad Esfahbod2008-08-281-14/+14
| | | | | | | | | | | 2008-08-28 Behdad Esfahbod <behdad@gnome.org> Bug 549758 – Swedish font sample text could use punctuation * pango/pango-language-sample-table.h: Add final punctuation to many that were missing one. svn path=/trunk/; revision=2712
* Bug 549522 – New pt_BR pangram for pangoBehdad Esfahbod2008-08-271-2/+3
| | | | | | | | | | | 2008-08-27 Behdad Esfahbod <behdad@gnome.org> Bug 549522 – New pt_BR pangram for pango * pango/pango-language-sample-table.h: Change pt_BR string as per Leonardo Ferreira Fontenelle's suggestion. svn path=/trunk/; revision=2711
* Bug 549520 – fr sample stringBehdad Esfahbod2008-08-261-3/+3
| | | | | | | | | | | 2008-08-26 Behdad Esfahbod <behdad@gnome.org> Bug 549520 – fr sample string * pango/pango-language-sample-table.h: Change French sample string as per Vincent Untz's suggestion. svn path=/trunk/; revision=2710
* Add a comma to Persian text.Behdad Esfahbod2008-08-201-1/+1
| | | | svn path=/trunk/; revision=2702
* Bug 314094 – Get rid of poutpourri default sample stringBehdad Esfahbod2008-08-201-0/+2
| | | | | | | | | | | | | 2008-08-20 Behdad Esfahbod <behdad@gnome.org> Bug 314094 – Get rid of poutpourri default sample string * pango/pango-language-sample-table.h: * pango/pango-language.c (pango_language_get_sample_string): Use default language if provided language to get_sample_string() is NULL. svn path=/trunk/; revision=2696
* Bug 473806 – Improve pango_language_get_sample_string()Behdad Esfahbod2008-08-201-0/+599
2008-08-19 Behdad Esfahbod <behdad@gnome.org> Bug 473806 – Improve pango_language_get_sample_string() * docs/Makefile.am: * pango/Makefile.am: * pango/pango-language-sample-table.h: * pango/pango-language.c (pango_language_get_sample_string): Add language sample texts that are actually usable. Compiled from a variety of sources. See pango-language-sample-table.h. svn path=/trunk/; revision=2695