Skip to content

Commit 436f9b6

Browse files
authored
Merge pull request #49 from syeopite/integrate-weblate
Integrate weblate
2 parents 9c7c51e + c6c2410 commit 436f9b6

File tree

4 files changed

+43
-7
lines changed

4 files changed

+43
-7
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
<div align="center">
22
<h1> Priviblur </h1>
3+
<div>
4+
<a href="https://www.gnu.org/licenses/agpl-3.0.en.html">
5+
<img alt="License: AGPLv3" src="https://shields.io/badge/License-AGPL%20v3-blue.svg">
6+
</a>
7+
<a href="https://hosted.weblate.org/engage/priviblur/">
8+
<img src="https://hosted.weblate.org/widget/priviblur/svg-badge.svg" alt="Translation status" />
9+
</a>
10+
<a href="https://github.com/syeopite/priviblur/commits/master">
11+
<img alt="GitHub commits" src="https://img.shields.io/github/commit-activity/y/syeopite/priviblur?color=e69419&label=commits">
12+
</a>
13+
</div>
314
<blockquote> <h4> Inspired by projects like <a href="https://github.com/iv-org/invidious"> Invidious</a></h4> </blockquote>
415
<h3> Priviblur is an alternative frontend to Tumblr with a touch of modern design </h3>
516
</div>
@@ -52,6 +63,15 @@ sanic src.server.app --host 0.0.0.0 --worker <WORKERS>
5263

5364
[Example config provided here](./config.example.toml)
5465

66+
## Translations
67+
68+
You can help translate Priviblur over at [Weblate!](https://hosted.weblate.org/engage/priviblur/)
69+
70+
<a href="https://hosted.weblate.org/engage/priviblur/">
71+
<img src="https://hosted.weblate.org/widget/priviblur/translations/287x66-grey.png" alt="Translation status" />
72+
</a>
73+
</a>
74+
5575
## Donate
5676

5777
Bitcoin (BTC): bc1qas50t647kclvhv4ra4h0zw0kmh8wd9jqt6yk9u

locales/cs_CZ/LC_MESSAGES/priviblur.po

+6-3
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Priviblur\n"
8+
"Project-Id-Version: Priviblur v0.2.0\n"
9+
"Report-Msgid-Bugs-To: https://github.com/syeopite/priviblur/issues\n"
10+
"POT-Creation-Date: 2023-11-16 00:07-0800\n"
11+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
912
"Last-Translator: Fjuro <fjuro@alius.cz>\n"
10-
"Language-Team: \n"
1113
"Language: cs_CZ\n"
14+
"Language-Team: \n"
1215
"MIME-Version: 1.0\n"
13-
"Content-Type: text/plain; charset=UTF-8\n"
16+
"Content-Type: text/plain; charset=utf-8\n"
1417
"Content-Transfer-Encoding: 8bit\n"
1518
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n>=2 && n<=4 ? 1 : 2);\n"
1619
"X-Generator: Poedit 3.4.4\n"

locales/en_US/LC_MESSAGES/priviblur.po

+9-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# English (United States) translations for Priviblur.
22
# Copyright (C) 2023 Syeopite
33
# This file is distributed under the same license as the Priviblur project.
4-
# syeopite <syeopite@syeopite.dev>, 2023.
4+
# syeopite <syeopite@syeopite.dev>, 2023
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Priviblur\n"
8+
"Project-Id-Version: Priviblur v0.2.0\n"
9+
"Report-Msgid-Bugs-To: https://github.com/syeopite/priviblur/issues\n"
10+
"POT-Creation-Date: 2023-11-16 00:07-0800\n"
11+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
913
"Language: en_US\n"
10-
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
14+
"Language-Team: \n"
1115
"MIME-Version: 1.0\n"
1216
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
1319

1420
msgid "project_title"
1521
msgstr "Priviblur"

locales/priviblur.pot

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@
55
#
66
msgid ""
77
msgstr ""
8-
"Project-Id-Version: Priviblur\n"
8+
"Project-Id-Version: Priviblur v0.2.0\n"
9+
"Report-Msgid-Bugs-To: https://github.com/syeopite/priviblur/issues\n"
910
"POT-Creation-Date: 2023-11-16 00:07-0800\n"
11+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13+
"Language: \n"
14+
"Language-Team: LANGUAGE <LL@li.org>\n"
1015
"MIME-Version: 1.0\n"
1116
"Content-Type: text/plain; charset=utf-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
1219

1320
msgid "project_title"
1421
msgstr ""

0 commit comments

Comments
 (0)