HTML Tidy 5.8.0
The HTACG Tidy HTML Project
 
Loading...
Searching...
No Matches
language_es_mx.h
Go to the documentation of this file.
1#ifndef language_es_mx_h
2#define language_es_mx_h
3/*
4 * language_es_mx.h
5 * Localization support for HTML Tidy.
6 *
7 *
8 * This file is a localization file for HTML Tidy. It will have been machine
9 * generated or created and/or edited by hand. Both are valid options, but
10 * please help keep our localization efforts simple to maintain by maintaining
11 * the structure of this file, and changing the check box below if you make
12 * changes (so others know the file origin):
13 *
14 * [X] THIS FILE IS MACHINE GENERATED. It is a localization file for the
15 * language (and maybe region) "es_mx". The source of
16 * these strings is a gettext PO file in Tidy's source, probably called
17 * "language_es_mx.po".
18 *
19 * [ ] THIS FILE WAS HAND MODIFIED. Translators, please feel to edit this file
20 * directly (and check this box). If you prefer to edit PO files then use
21 * `poconvert.rb msgunfmt language_es_mx.h` (our own
22 * conversion tool) to generate a fresh PO from this file first!
23 *
24 * (c) 2015-2017 HTACG
25 * See tidy.h and access.h for the copyright notice.
26 *
27 * Template Created by Jim Derry on 01/14/2016.
28 *
29 * Orginating PO file metadata:
30 * PO_LAST_TRANSLATOR=jderry
31 * PO_REVISION_DATE=2017-10-03 12:44:37
32 */
33
34#ifdef _MSC_VER
35#pragma execution_character_set("utf-8")
36#endif
37
38
39/**
40 * This language-specific function returns the correct pluralForm
41 * to use given n items, and is used as a member of each language
42 * definition.
43 */
45 /* Plural-Forms: nplurals=2; */
46 return n != 1;
47}
48
49
50/**
51 * This structure specifies all of the strings needed by Tidy for a
52 * single language. Static definition in a header file makes it
53 * easy to include and exclude languages without tinkering with
54 * the build system.
55 */
57 /***************************************
58 ** This MUST be present and first.
59 ** Specify the code for this language.
60 ***************************************/
61 {/* Specify the ll or ll_cc language code here. */
62 TIDY_LANGUAGE, 0, "es_mx"
63 },
64 { TEXT_GENERAL_INFO_PLEA, 0,
65 "\n"
66 "¿Le gustaría ver Tidy en adecuada, español mexicano? Por favor considere \n"
67 "ayudarnos a localizar HTML Tidy. Para más detalles consulte \n"
68 "https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md \n"
69 },
70
71 {/* This MUST be present and last. */
73 }
74
75}};
76
77
78#endif /* language_es_mx_h */
79
@ 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
static languageDefinition language_es_mx
This structure specifies all of the strings needed by Tidy for a single language.
Definition language_es_mx.h:56
Finally, a complete language definition.
Definition language.h:68
unsigned int uint
Definition tidyplatform.h:569