Skip to content

Commit

Permalink
fix: macOS commands and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Agus Makmun committed Feb 15, 2023
1 parent 214ee16 commit d3a6189
Show file tree
Hide file tree
Showing 15 changed files with 909 additions and 767 deletions.
4 changes: 2 additions & 2 deletions martor/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__VERSION__ = "1.6.16"
__RELEASE_DATE__ = "10-Jan-2023"
__VERSION__ = "1.6.17"
__RELEASE_DATE__ = "15-Feb-2023"
__AUTHOR__ = "Agus Makmun (Summon Agus)"
__AUTHOR_EMAIL__ = "summon.agus@gmail.com"
52 changes: 34 additions & 18 deletions martor/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-21 20:12+0700\n"
"POT-Creation-Date: 2023-02-15 09:08+0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -42,44 +42,45 @@ msgstr ""
msgid "Select Emoji to Insert"
msgstr ""

#: templates/martor/bootstrap/emoji.html:24
#: templates/martor/bootstrap/emoji.html:22
#: templates/martor/semantic/emoji.html:8
msgid "Preparing emojis..."
msgstr ""

#: templates/martor/bootstrap/guide.html:12
#: templates/martor/bootstrap/guide.html:14
#: templates/martor/semantic/guide.html:4
msgid "Markdown Guide"
msgstr ""

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

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

#: templates/martor/bootstrap/guide.html:28
#: templates/martor/bootstrap/guide.html:30
#: templates/martor/bootstrap/toolbar.html:54
#: templates/martor/semantic/guide.html:15
#: templates/martor/semantic/guide.html:17
#: templates/martor/semantic/toolbar.html:38
msgid "Code"
msgstr ""

#: templates/martor/bootstrap/guide.html:29
#: templates/martor/semantic/guide.html:16
#: templates/martor/bootstrap/guide.html:31
#: templates/martor/semantic/guide.html:18
msgid "Or"
msgstr ""

#: templates/martor/bootstrap/guide.html:32
#: templates/martor/semantic/guide.html:19
#: templates/martor/bootstrap/guide.html:34
#: templates/martor/semantic/guide.html:21
msgid "... to Get"
msgstr ""

Expand Down Expand Up @@ -175,15 +176,30 @@ msgstr ""
msgid "Markdown Guide (Help)"
msgstr ""

#: views.py:22 views.py:36 views.py:37
#: templates/martor/semantic/guide.html:7
#, python-format
msgid ""
"Copyright &copy; <a\n"
" href=\"%(repo_url)s\">Martor</a>"
msgstr ""

#: templates/martor/semantic/guide.html:11
#, python-format
msgid ""
"This editor is powered by Markdown. For full\n"
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click here</"
"a>."
msgstr ""

#: views.py:22 views.py:40 views.py:41
msgid "Invalid request!"
msgstr ""

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

#: views.py:79
#: views.py:83
msgid "Validation Failed for field `username`"
msgstr ""
Binary file modified martor/locale/id/LC_MESSAGES/django.mo
Binary file not shown.
66 changes: 46 additions & 20 deletions martor/locale/id/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-21 20:13+0700\n"
"POT-Creation-Date: 2023-02-15 09:08+0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -42,46 +42,51 @@ msgstr "Tidak ada yang bisa dilihat"
msgid "Select Emoji to Insert"
msgstr "Pilih Emoji untuk menyisipkan"

#: templates/martor/bootstrap/emoji.html:24
#: templates/martor/bootstrap/emoji.html:22
#: templates/martor/semantic/emoji.html:8
msgid "Preparing emojis..."
msgstr "Sedang menyiapkan emoji..."

#: templates/martor/bootstrap/guide.html:12
#: templates/martor/bootstrap/guide.html:14
#: templates/martor/semantic/guide.html:4
msgid "Markdown Guide"
msgstr "Bantuan Penggunaan Markdown"

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

#: templates/martor/bootstrap/guide.html:23
#: templates/martor/semantic/guide.html:10
#, python-format
#: templates/martor/bootstrap/guide.html:24
#, fuzzy, python-format
#| msgid ""
#| "This editor is powered by Markdown. For full documentation, <a href="
#| "\"%(doc_url)s\" target=\"_blank\">click here</a>."
msgid ""
"This editor is powered by Markdown. For full documentation, <a href="
"\"%(doc_url)s\" target=\"_blank\">click here</a>."
"This editor is powered by Markdown. For full\n"
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click "
"here</a>."
msgstr ""
"Editor ini menggunakan Markdown. Untuk dokumentasi lengkapnya <a href="
"\"%(doc_url)s\" target=\"_blank\">klik disini</a>."

#: templates/martor/bootstrap/guide.html:28
#: templates/martor/bootstrap/guide.html:30
#: templates/martor/bootstrap/toolbar.html:54
#: templates/martor/semantic/guide.html:15
#: templates/martor/semantic/guide.html:17
#: templates/martor/semantic/toolbar.html:38
msgid "Code"
msgstr "Kode"

#: templates/martor/bootstrap/guide.html:29
#: templates/martor/semantic/guide.html:16
#: templates/martor/bootstrap/guide.html:31
#: templates/martor/semantic/guide.html:18
msgid "Or"
msgstr "Atau"

#: templates/martor/bootstrap/guide.html:32
#: templates/martor/semantic/guide.html:19
#: templates/martor/bootstrap/guide.html:34
#: templates/martor/semantic/guide.html:21
msgid "... to Get"
msgstr "... untuk Mendapatkan"

Expand Down Expand Up @@ -177,17 +182,38 @@ msgstr "Layar Penuh"
msgid "Markdown Guide (Help)"
msgstr "Bantuan Penggunaan Markdown"

#: views.py:22 views.py:36 views.py:37
#: templates/martor/semantic/guide.html:7
#, fuzzy, python-format
#| msgid "Copyright &copy; <a href=\"%(repo_url)s\">Martor</a>"
msgid ""
"Copyright &copy; <a\n"
" href=\"%(repo_url)s\">Martor</a>"
msgstr "Hak cipta &copy; <a href=\"%(repo_url)s\">Martor</a>"

#: templates/martor/semantic/guide.html:11
#, fuzzy, python-format
#| msgid ""
#| "This editor is powered by Markdown. For full documentation, <a href="
#| "\"%(doc_url)s\" target=\"_blank\">click here</a>."
msgid ""
"This editor is powered by Markdown. For full\n"
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click here</"
"a>."
msgstr ""
"Editor ini menggunakan Markdown. Untuk dokumentasi lengkapnya <a href="
"\"%(doc_url)s\" target=\"_blank\">klik disini</a>."

#: views.py:22 views.py:40 views.py:41
msgid "Invalid request!"
msgstr "Permintaan tidak valid"

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

#: views.py:79
#: views.py:83
msgid "Validation Failed for field `username`"
msgstr "Validasi Gagal untuk field `username`"
Binary file modified martor/locale/tr/LC_MESSAGES/django.mo
Binary file not shown.
66 changes: 46 additions & 20 deletions martor/locale/tr/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-12-21 20:13+0700\n"
"POT-Creation-Date: 2023-02-15 09:08+0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Ozcan Yarimdunya <ozcanyd@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -43,46 +43,51 @@ msgstr "Önizlenecek bir şey yok"
msgid "Select Emoji to Insert"
msgstr "Eklenecek Emojiyi Seçin"

#: templates/martor/bootstrap/emoji.html:24
#: templates/martor/bootstrap/emoji.html:22
#: templates/martor/semantic/emoji.html:8
msgid "Preparing emojis..."
msgstr "Emojiler hazırlanıyor ..."

#: templates/martor/bootstrap/guide.html:12
#: templates/martor/bootstrap/guide.html:14
#: templates/martor/semantic/guide.html:4
msgid "Markdown Guide"
msgstr "Markdown Kılavuzu"

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

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

#: templates/martor/bootstrap/guide.html:28
#: templates/martor/bootstrap/guide.html:30
#: templates/martor/bootstrap/toolbar.html:54
#: templates/martor/semantic/guide.html:15
#: templates/martor/semantic/guide.html:17
#: templates/martor/semantic/toolbar.html:38
msgid "Code"
msgstr "Kod"

#: templates/martor/bootstrap/guide.html:29
#: templates/martor/semantic/guide.html:16
#: templates/martor/bootstrap/guide.html:31
#: templates/martor/semantic/guide.html:18
msgid "Or"
msgstr "Veya"

#: templates/martor/bootstrap/guide.html:32
#: templates/martor/semantic/guide.html:19
#: templates/martor/bootstrap/guide.html:34
#: templates/martor/semantic/guide.html:21
msgid "... to Get"
msgstr "... Almak için"

Expand Down Expand Up @@ -178,15 +183,36 @@ msgstr "Tam ekran"
msgid "Markdown Guide (Help)"
msgstr "Markdown Kılavuzu (Yardım)"

#: views.py:22 views.py:36 views.py:37
#: templates/martor/semantic/guide.html:7
#, fuzzy, python-format
#| msgid "Copyright &copy; <a href=\"%(repo_url)s\">Martor</a>"
msgid ""
"Copyright &copy; <a\n"
" href=\"%(repo_url)s\">Martor</a>"
msgstr "Telif hakkı &copy; <a href=\"%(repo_url)s\">Martor</a>"

#: templates/martor/semantic/guide.html:11
#, fuzzy, python-format
#| msgid ""
#| "This editor is powered by Markdown. For full documentation, <a href="
#| "\"%(doc_url)s\" target=\"_blank\">click here</a>."
msgid ""
"This editor is powered by Markdown. For full\n"
" documentation, <a href=\"%(doc_url)s\" target=\"_blank\">click here</"
"a>."
msgstr ""
"Bu editör Markdown tarafından desteklenmektedir. Bütün dokümantasyon için, "
"<a href=\"%(doc_url)s\" target=\"_blank\">buraya tıkla</a>."

#: views.py:22 views.py:40 views.py:41
msgid "Invalid request!"
msgstr "Geçersiz istek!"

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

#: views.py:79
#: views.py:83
msgid "Validation Failed for field `username`"
msgstr "`kullanıcı adı` alanı için doğrulama başarısız"
4 changes: 2 additions & 2 deletions martor/static/martor/css/martor-admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions martor/static/martor/css/martor.bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions martor/static/martor/css/martor.semantic.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d3a6189

Please sign in to comment.