From ceebba9d9e26c311e5693fe2b41804eb01019a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Meybo=20N=C3=B5mme?= Date: Tue, 30 Apr 2024 03:26:28 +0300 Subject: [PATCH] Added supported formats for "translator-credits" field --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75ce67c..56cead6 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ For disabling screen blanking/locking, it uses here with "Add file" -> "Create new file" button - Paste content of `en.po` and translate strings +- Supported formats for "translator-credits" field:
+ `msgstr "Your Name"`
+ `msgstr "Your Name "`
+ `msgstr "Your Name https://yourwebsite.com"` - Name created file as `yourlanguagecode.po`, commit changes and submit pull request