HTML Tidy  5.8.0
The HTACG Tidy HTML Project
language_de.h File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ whichPluralForm_de()

static uint whichPluralForm_de ( 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_de

languageDefinition language_de
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.

This file serves as the master template for generating gettext PO and POT files using our potool.rb script. Certain comments entered below will be included in the PO/POT files as developer comments. To enable this, use only standard C-style comments that begin immediately after the opening brace without whitespace.