From 0a98b13b713125475cbfcd2323ec2b02183c673a Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Mon, 12 Sep 2022 11:16:33 +0200 Subject: [PATCH] Update RationaleMCP/0035/SpecificationText.md Co-authored-by: Thomas Beutlich --- RationaleMCP/0035/SpecificationText.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.