HTML Tidy  5.9.15
The HTACG Tidy HTML Project
language_es_mx.h File Reference

Go to the source code of this file.

Functions

static uint whichPluralForm_es_mx (uint n)
 This language-specific function returns the correct pluralForm to use given n items, and is used as a member of each language definition. More...
 

Variables

static languageDefinition language_es_mx
 This structure specifies all of the strings needed by Tidy for a single language. More...
 

Function Documentation

◆ whichPluralForm_es_mx()

static uint whichPluralForm_es_mx ( uint  n)
static

This language-specific function returns the correct pluralForm to use given n items, and is used as a member of each language definition.

Variable Documentation

◆ language_es_mx

languageDefinition language_es_mx
static
Initial value:
{
TIDY_LANGUAGE, 0, "es_mx"
},
"\n"
"¿Le gustaría ver Tidy en adecuada, español mexicano? Por favor considere \n"
"ayudarnos a localizar HTML Tidy. Para más detalles consulte \n"
"https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md \n"
},
{
}
}}
@ TEXT_GENERAL_INFO_PLEA
Definition: tidyenum.h:1459
@ TIDY_LANGUAGE
Definition: language.h:31
@ TIDY_MESSAGE_TYPE_LAST
Definition: language.h:34
static uint whichPluralForm_es_mx(uint n)
This language-specific function returns the correct pluralForm to use given n items,...
Definition: language_es_mx.h:44

This structure specifies all of the strings needed by Tidy for a single language.

Static definition in a header file makes it easy to include and exclude languages without tinkering with the build system.