diff --git a/RationaleMCP/0035/SpecificationText.md b/RationaleMCP/0035/SpecificationText.md index e0a7892d2..da602c550 100644 --- a/RationaleMCP/0035/SpecificationText.md +++ b/RationaleMCP/0035/SpecificationText.md @@ -5,7 +5,7 @@ The files to support translation must be provided by the developer of the library. They must be stored in a subdirectory of the Resources directory of the library with the name `Language`. Two kind of files have to be provided: -* a template file `.pot`. +* a template file `.pot` (Portable Object Template). It contains all necessary information to translate all descriptions, but no translations. The pattern `` denotes the toplevel class name of the library. * one file for each supported language with the name `..po`. This file is a copy of the associated template file, but extended with the translations in the specified language. The pattern `` stands for the ISO 639-1 language code, e.g. de or en.