Update example in Examples

* LOOT currently displays type of notification by background color, not explicitly.
* Provided a manual translation of the example text, courtesy of a friend.
This commit is contained in:
sibir-ine
2021-04-09 04:46:34 -07:00
parent 06ce61de88
commit 3b7694fc07
+7 -9
View File
@@ -72,23 +72,21 @@ case sensitive.
Examples
--------
*Translations by Google*
.. code-block:: yaml
type: say
condition: 'file("foo.esp")'
content:
- lang: en
text: 'An example link: <http://www.example.com>'
- lang: ru
text: 'Это пример ссылки: <http://www.example.com>'
- lang: zh_CN
text: '一个例子链接: <http://www.example.com>'
condition: 'file("foo.esp")'
would be displayed as
отмечать: Это пример ссылки: http://www.example.com
* 一个例子链接: http://www.example.com
if the current language was Russian and ``foo.esp`` was installed, while
if the current language was Simplified Chinese and ``foo.esp`` was installed, while
.. code-block:: yaml
@@ -97,7 +95,7 @@ if the current language was Russian and ``foo.esp`` was installed, while
would be displayed as
отмечать: An alternative `example link <http://www.example.com>`_, with no translations.
* An alternative `example link <http://www.example.com>`_, with no translations.
In English,
@@ -111,4 +109,4 @@ In English,
would be displayed as
Note: A newer version of this plugin `is available <http://www.example.com>`_.
* A newer version of this plugin `is available <http://www.example.com>`_.