feat: add i18n example, closes #377

This commit is contained in:
Barış Soner Uşaklı 2025-07-07 16:37:51 -04:00
parent 1f96067f5b
commit 0cc7681eb4
4 changed files with 11 additions and 0 deletions

View file

@ -0,0 +1,3 @@
{
"info": "Dies ist eine Übersetzungszeichenkette, sie wird in die Sprache des Benutzers übersetzt. Siehe den Ordner 'languages' im Stammverzeichnis dieses Plugins."
}

View file

@ -0,0 +1,3 @@
{
"info": "This is a translation string, it gets translated to the users language. See the languages folder in the root of this plugin."
}

View file

@ -0,0 +1,3 @@
{
"info": "This is a translation string, it gets translated to the users language. See the languages folder in the root of this plugin."
}

View file

@ -2,4 +2,6 @@
<p>This is a custom page.</p>
<p>Your uid is {uid}!</p>
<p id="last-p"></p>
<hr/>
<p>[[quickstart:info]]</p>
</div>