From: terencehill Date: Mon, 13 Jan 2020 21:40:45 +0000 (+0000) Subject: Update List of translation placeholders X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ea8465ba57d831b3135c80d679bb24c9f3defe7d;p=xonotic%2Fxonotic.wiki.git Update List of translation placeholders --- diff --git a/List-of-translation-placeholders.md b/List-of-translation-placeholders.md index cfd0c17..bd8e49f 100644 --- a/List-of-translation-placeholders.md +++ b/List-of-translation-placeholders.md @@ -4,9 +4,10 @@ Variables and placeholders are codes that will be replaced with something else i | ------ | ------ | | `\n` | New line | | `^TT` | Team color name (e.g. "Red"). Will be replaced with one of the strings that has the `TEAM^`, `KEY^`, `GENERATOR^` or `FLAG^` prefix | -| `^COUNT` | A number, usually with a unit (e.g. "5 seconds") | +| `^COUNT` | Countdown number, usually with a unit (e.g. "5 seconds") | | `%s` | Arbitrary text | | `%d` | Whole number | +| `%f` | Floating-point number | | `%.*f` | Floating-point number | | `%.1f` | Floating-point number (1 decimal place) | | `%.2f` | Floating-point number (2 decimal places) | \ No newline at end of file