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

Go to the source code of this file.

Functions

static uint whichPluralForm_pt_br (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_pt_br
 This structure specifies all of the strings needed by Tidy for a single language. More...
 

Function Documentation

◆ whichPluralForm_pt_br()

static uint whichPluralForm_pt_br ( 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_pt_br

languageDefinition language_pt_br
static

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.