Skip to content

Commit d3a6189

Browse files
author
Agus Makmun
committed
fix: macOS commands and lint
1 parent 214ee16 commit d3a6189

File tree

15 files changed

+909
-767
lines changed

15 files changed

+909
-767
lines changed

martor/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
__VERSION__ = "1.6.16"
4-
__RELEASE_DATE__ = "10-Jan-2023"
3+
__VERSION__ = "1.6.17"
4+
__RELEASE_DATE__ = "15-Feb-2023"
55
__AUTHOR__ = "Agus Makmun (Summon Agus)"
66
__AUTHOR_EMAIL__ = "summon.agus@gmail.com"

martor/locale/en/LC_MESSAGES/django.po

Lines changed: 34 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2021-12-21 20:12+0700\n"
11+
"POT-Creation-Date: 2023-02-15 09:08+0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -42,44 +42,45 @@ msgstr ""
4242
msgid "Select Emoji to Insert"
4343
msgstr ""
4444

45-
#: templates/martor/bootstrap/emoji.html:24
45+
#: templates/martor/bootstrap/emoji.html:22
4646
#: templates/martor/semantic/emoji.html:8
4747
msgid "Preparing emojis..."
4848
msgstr ""
4949

50-
#: templates/martor/bootstrap/guide.html:12
50+
#: templates/martor/bootstrap/guide.html:14
5151
#: templates/martor/semantic/guide.html:4
5252
msgid "Markdown Guide"
5353
msgstr ""
5454

5555
#: templates/martor/bootstrap/guide.html:20
56-
#: templates/martor/semantic/guide.html:7
5756
#, python-format
58-
msgid "Copyright &copy; <a href=\"%(repo_url)s\">Martor</a>"
57+
msgid ""
58+
"Copyright &copy; <a\n"
59+
" href=\"%(repo_url)s\">Martor</a>"
5960
msgstr ""
6061

61-
#: templates/martor/bootstrap/guide.html:23
62-
#: templates/martor/semantic/guide.html:10
62+
#: templates/martor/bootstrap/guide.html:24
6363
#, python-format
6464
msgid ""
65-
"This editor is powered by Markdown. For full documentation, <a href="
66-
"\"%(doc_url)s\" target=\"_blank\">click here</a>."
65+
"This editor is powered by Markdown. For full\n"
66+
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click "
67+
"here</a>."
6768
msgstr ""
6869

69-
#: templates/martor/bootstrap/guide.html:28
70+
#: templates/martor/bootstrap/guide.html:30
7071
#: templates/martor/bootstrap/toolbar.html:54
71-
#: templates/martor/semantic/guide.html:15
72+
#: templates/martor/semantic/guide.html:17
7273
#: templates/martor/semantic/toolbar.html:38
7374
msgid "Code"
7475
msgstr ""
7576

76-
#: templates/martor/bootstrap/guide.html:29
77-
#: templates/martor/semantic/guide.html:16
77+
#: templates/martor/bootstrap/guide.html:31
78+
#: templates/martor/semantic/guide.html:18
7879
msgid "Or"
7980
msgstr ""
8081

81-
#: templates/martor/bootstrap/guide.html:32
82-
#: templates/martor/semantic/guide.html:19
82+
#: templates/martor/bootstrap/guide.html:34
83+
#: templates/martor/semantic/guide.html:21
8384
msgid "... to Get"
8485
msgstr ""
8586

@@ -175,15 +176,30 @@ msgstr ""
175176
msgid "Markdown Guide (Help)"
176177
msgstr ""
177178

178-
#: views.py:22 views.py:36 views.py:37
179+
#: templates/martor/semantic/guide.html:7
180+
#, python-format
181+
msgid ""
182+
"Copyright &copy; <a\n"
183+
" href=\"%(repo_url)s\">Martor</a>"
184+
msgstr ""
185+
186+
#: templates/martor/semantic/guide.html:11
187+
#, python-format
188+
msgid ""
189+
"This editor is powered by Markdown. For full\n"
190+
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click here</"
191+
"a>."
192+
msgstr ""
193+
194+
#: views.py:22 views.py:40 views.py:41
179195
msgid "Invalid request!"
180196
msgstr ""
181197

182-
#: views.py:74
198+
#: views.py:78
183199
#, python-format
184200
msgid "No users registered as `%(username)s` or user is unactived."
185201
msgstr ""
186202

187-
#: views.py:79
203+
#: views.py:83
188204
msgid "Validation Failed for field `username`"
189205
msgstr ""
-365 Bytes
Binary file not shown.

martor/locale/id/LC_MESSAGES/django.po

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2021-12-21 20:13+0700\n"
11+
"POT-Creation-Date: 2023-02-15 09:08+0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -42,46 +42,51 @@ msgstr "Tidak ada yang bisa dilihat"
4242
msgid "Select Emoji to Insert"
4343
msgstr "Pilih Emoji untuk menyisipkan"
4444

45-
#: templates/martor/bootstrap/emoji.html:24
45+
#: templates/martor/bootstrap/emoji.html:22
4646
#: templates/martor/semantic/emoji.html:8
4747
msgid "Preparing emojis..."
4848
msgstr "Sedang menyiapkan emoji..."
4949

50-
#: templates/martor/bootstrap/guide.html:12
50+
#: templates/martor/bootstrap/guide.html:14
5151
#: templates/martor/semantic/guide.html:4
5252
msgid "Markdown Guide"
5353
msgstr "Bantuan Penggunaan Markdown"
5454

5555
#: templates/martor/bootstrap/guide.html:20
56-
#: templates/martor/semantic/guide.html:7
57-
#, python-format
58-
msgid "Copyright &copy; <a href=\"%(repo_url)s\">Martor</a>"
56+
#, fuzzy, python-format
57+
#| msgid "Copyright &copy; <a href=\"%(repo_url)s\">Martor</a>"
58+
msgid ""
59+
"Copyright &copy; <a\n"
60+
" href=\"%(repo_url)s\">Martor</a>"
5961
msgstr "Hak cipta &copy; <a href=\"%(repo_url)s\">Martor</a>"
6062

61-
#: templates/martor/bootstrap/guide.html:23
62-
#: templates/martor/semantic/guide.html:10
63-
#, python-format
63+
#: templates/martor/bootstrap/guide.html:24
64+
#, fuzzy, python-format
65+
#| msgid ""
66+
#| "This editor is powered by Markdown. For full documentation, <a href="
67+
#| "\"%(doc_url)s\" target=\"_blank\">click here</a>."
6468
msgid ""
65-
"This editor is powered by Markdown. For full documentation, <a href="
66-
"\"%(doc_url)s\" target=\"_blank\">click here</a>."
69+
"This editor is powered by Markdown. For full\n"
70+
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click "
71+
"here</a>."
6772
msgstr ""
6873
"Editor ini menggunakan Markdown. Untuk dokumentasi lengkapnya <a href="
6974
"\"%(doc_url)s\" target=\"_blank\">klik disini</a>."
7075

71-
#: templates/martor/bootstrap/guide.html:28
76+
#: templates/martor/bootstrap/guide.html:30
7277
#: templates/martor/bootstrap/toolbar.html:54
73-
#: templates/martor/semantic/guide.html:15
78+
#: templates/martor/semantic/guide.html:17
7479
#: templates/martor/semantic/toolbar.html:38
7580
msgid "Code"
7681
msgstr "Kode"
7782

78-
#: templates/martor/bootstrap/guide.html:29
79-
#: templates/martor/semantic/guide.html:16
83+
#: templates/martor/bootstrap/guide.html:31
84+
#: templates/martor/semantic/guide.html:18
8085
msgid "Or"
8186
msgstr "Atau"
8287

83-
#: templates/martor/bootstrap/guide.html:32
84-
#: templates/martor/semantic/guide.html:19
88+
#: templates/martor/bootstrap/guide.html:34
89+
#: templates/martor/semantic/guide.html:21
8590
msgid "... to Get"
8691
msgstr "... untuk Mendapatkan"
8792

@@ -177,17 +182,38 @@ msgstr "Layar Penuh"
177182
msgid "Markdown Guide (Help)"
178183
msgstr "Bantuan Penggunaan Markdown"
179184

180-
#: views.py:22 views.py:36 views.py:37
185+
#: templates/martor/semantic/guide.html:7
186+
#, fuzzy, python-format
187+
#| msgid "Copyright &copy; <a href=\"%(repo_url)s\">Martor</a>"
188+
msgid ""
189+
"Copyright &copy; <a\n"
190+
" href=\"%(repo_url)s\">Martor</a>"
191+
msgstr "Hak cipta &copy; <a href=\"%(repo_url)s\">Martor</a>"
192+
193+
#: templates/martor/semantic/guide.html:11
194+
#, fuzzy, python-format
195+
#| msgid ""
196+
#| "This editor is powered by Markdown. For full documentation, <a href="
197+
#| "\"%(doc_url)s\" target=\"_blank\">click here</a>."
198+
msgid ""
199+
"This editor is powered by Markdown. For full\n"
200+
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click here</"
201+
"a>."
202+
msgstr ""
203+
"Editor ini menggunakan Markdown. Untuk dokumentasi lengkapnya <a href="
204+
"\"%(doc_url)s\" target=\"_blank\">klik disini</a>."
205+
206+
#: views.py:22 views.py:40 views.py:41
181207
msgid "Invalid request!"
182208
msgstr "Permintaan tidak valid"
183209

184-
#: views.py:74
210+
#: views.py:78
185211
#, python-format
186212
msgid "No users registered as `%(username)s` or user is unactived."
187213
msgstr ""
188214
"Tidak ada pengguna terdaftar sebagai `%(username)s` atau pengguna telah "
189215
"nonaktif."
190216

191-
#: views.py:79
217+
#: views.py:83
192218
msgid "Validation Failed for field `username`"
193219
msgstr "Validasi Gagal untuk field `username`"
-397 Bytes
Binary file not shown.

martor/locale/tr/LC_MESSAGES/django.po

Lines changed: 46 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2021-12-21 20:13+0700\n"
11+
"POT-Creation-Date: 2023-02-15 09:08+0700\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: Ozcan Yarimdunya <ozcanyd@gmail.com>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -43,46 +43,51 @@ msgstr "Önizlenecek bir şey yok"
4343
msgid "Select Emoji to Insert"
4444
msgstr "Eklenecek Emojiyi Seçin"
4545

46-
#: templates/martor/bootstrap/emoji.html:24
46+
#: templates/martor/bootstrap/emoji.html:22
4747
#: templates/martor/semantic/emoji.html:8
4848
msgid "Preparing emojis..."
4949
msgstr "Emojiler hazırlanıyor ..."
5050

51-
#: templates/martor/bootstrap/guide.html:12
51+
#: templates/martor/bootstrap/guide.html:14
5252
#: templates/martor/semantic/guide.html:4
5353
msgid "Markdown Guide"
5454
msgstr "Markdown Kılavuzu"
5555

5656
#: templates/martor/bootstrap/guide.html:20
57-
#: templates/martor/semantic/guide.html:7
58-
#, python-format
59-
msgid "Copyright &copy; <a href=\"%(repo_url)s\">Martor</a>"
57+
#, fuzzy, python-format
58+
#| msgid "Copyright &copy; <a href=\"%(repo_url)s\">Martor</a>"
59+
msgid ""
60+
"Copyright &copy; <a\n"
61+
" href=\"%(repo_url)s\">Martor</a>"
6062
msgstr "Telif hakkı &copy; <a href=\"%(repo_url)s\">Martor</a>"
6163

62-
#: templates/martor/bootstrap/guide.html:23
63-
#: templates/martor/semantic/guide.html:10
64-
#, python-format
64+
#: templates/martor/bootstrap/guide.html:24
65+
#, fuzzy, python-format
66+
#| msgid ""
67+
#| "This editor is powered by Markdown. For full documentation, <a href="
68+
#| "\"%(doc_url)s\" target=\"_blank\">click here</a>."
6569
msgid ""
66-
"This editor is powered by Markdown. For full documentation, <a href="
67-
"\"%(doc_url)s\" target=\"_blank\">click here</a>."
70+
"This editor is powered by Markdown. For full\n"
71+
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click "
72+
"here</a>."
6873
msgstr ""
6974
"Bu editör Markdown tarafından desteklenmektedir. Bütün dokümantasyon için, "
7075
"<a href=\"%(doc_url)s\" target=\"_blank\">buraya tıkla</a>."
7176

72-
#: templates/martor/bootstrap/guide.html:28
77+
#: templates/martor/bootstrap/guide.html:30
7378
#: templates/martor/bootstrap/toolbar.html:54
74-
#: templates/martor/semantic/guide.html:15
79+
#: templates/martor/semantic/guide.html:17
7580
#: templates/martor/semantic/toolbar.html:38
7681
msgid "Code"
7782
msgstr "Kod"
7883

79-
#: templates/martor/bootstrap/guide.html:29
80-
#: templates/martor/semantic/guide.html:16
84+
#: templates/martor/bootstrap/guide.html:31
85+
#: templates/martor/semantic/guide.html:18
8186
msgid "Or"
8287
msgstr "Veya"
8388

84-
#: templates/martor/bootstrap/guide.html:32
85-
#: templates/martor/semantic/guide.html:19
89+
#: templates/martor/bootstrap/guide.html:34
90+
#: templates/martor/semantic/guide.html:21
8691
msgid "... to Get"
8792
msgstr "... Almak için"
8893

@@ -178,15 +183,36 @@ msgstr "Tam ekran"
178183
msgid "Markdown Guide (Help)"
179184
msgstr "Markdown Kılavuzu (Yardım)"
180185

181-
#: views.py:22 views.py:36 views.py:37
186+
#: templates/martor/semantic/guide.html:7
187+
#, fuzzy, python-format
188+
#| msgid "Copyright &copy; <a href=\"%(repo_url)s\">Martor</a>"
189+
msgid ""
190+
"Copyright &copy; <a\n"
191+
" href=\"%(repo_url)s\">Martor</a>"
192+
msgstr "Telif hakkı &copy; <a href=\"%(repo_url)s\">Martor</a>"
193+
194+
#: templates/martor/semantic/guide.html:11
195+
#, fuzzy, python-format
196+
#| msgid ""
197+
#| "This editor is powered by Markdown. For full documentation, <a href="
198+
#| "\"%(doc_url)s\" target=\"_blank\">click here</a>."
199+
msgid ""
200+
"This editor is powered by Markdown. For full\n"
201+
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click here</"
202+
"a>."
203+
msgstr ""
204+
"Bu editör Markdown tarafından desteklenmektedir. Bütün dokümantasyon için, "
205+
"<a href=\"%(doc_url)s\" target=\"_blank\">buraya tıkla</a>."
206+
207+
#: views.py:22 views.py:40 views.py:41
182208
msgid "Invalid request!"
183209
msgstr "Geçersiz istek!"
184210

185-
#: views.py:74
211+
#: views.py:78
186212
#, python-format
187213
msgid "No users registered as `%(username)s` or user is unactived."
188214
msgstr "`%(username)s` kullanıcı kayıtlı değil veya aktif değil"
189215

190-
#: views.py:79
216+
#: views.py:83
191217
msgid "Validation Failed for field `username`"
192218
msgstr "`kullanıcı adı` alanı için doğrulama başarısız"

martor/static/martor/css/martor-admin.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.bootstrap.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

martor/static/martor/css/martor.semantic.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)