Skip to content

Commit

Permalink
Update to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chairco committed May 21, 2018
1 parent 6b0737f commit 106f74d
Show file tree
Hide file tree
Showing 182 changed files with 2,120 additions and 3,181 deletions.
101 changes: 81 additions & 20 deletions Pipfile.lock

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

6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Channels-doc-tw
[![Documentation Status](https://readthedocs.org/projects/channels-doc-tw/badge/?version=latest)](http://channels-doc.readthedocs.io/zh_TW/latest/?badge=latest)

# Channels-docs-zh-TW

目前正在進行的 Django Channels 翻譯專案。歡迎一起翻譯,目前共同翻譯方式採 [Transifex 線上翻譯](https://www.transifex.com/Channels-doc-tw/public/),請先加入專案,翻譯完成後可以在 [github issue](https://github.com/chairco/Channels-tw-doc/issues) 發起,接著會將您發佈的翻譯內容審核。

Expand Down Expand Up @@ -97,7 +99,7 @@ source_lang = en

在本機端 `/locale/zh_TW/LC_MESSAGE` 內應該會存在 .po 檔案,但網頁須要 .mo 檔案才有辦法正確顯示。所以最後一個步驟是透過 `make html` 指令產生一個靜態頁面同時將 .po 檔案兩兩對應的轉換成 .mo 檔案。

接著將 RTD 內的專案設定指向 github 位置,接著每一次 push 新的程式碼就會成自動生成一個靜態文件頁面囉
接著將 RTD 內的專案設定指向 github 位置,每一次 push 新的程式碼就會 trigger RTD 並且自動建置靜態文件頁面網站囉


## 感謝[貢獻者](https://www.transifex.com/Channels-doc-tw/teams/72101/zh_TW/)
Expand Down
51 changes: 28 additions & 23 deletions docs/.tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -2,117 +2,122 @@
host = https://www.transifex.com
type = PO

[django-channels-tw-docs.asgipo]
[Channels.asgipo]
file_filter = locale/<lang>/LC_MESSAGES/asgi.po
source_file = _build/gettext/asgi.pot
source_lang = en

[django-channels-tw-docs.backendspo]
[Channels.backendspo]
file_filter = locale/<lang>/LC_MESSAGES/backends.po
source_file = _build/gettext/backends.pot
source_lang = en

[django-channels-tw-docs.bindingpo]
[Channels.bindingpo]
file_filter = locale/<lang>/LC_MESSAGES/binding.po
source_file = _build/gettext/binding.pot
source_lang = en

[django-channels-tw-docs.communitypo]
[Channels.communitypo]
file_filter = locale/<lang>/LC_MESSAGES/community.po
source_file = _build/gettext/community.pot
source_lang = en

[django-channels-tw-docs.conceptspo]
[Channels.conceptspo]
file_filter = locale/<lang>/LC_MESSAGES/concepts.po
source_file = _build/gettext/concepts.pot
source_lang = en

[django-channels-tw-docs.contributingpo]
[Channels.contributingpo]
file_filter = locale/<lang>/LC_MESSAGES/contributing.po
source_file = _build/gettext/contributing.pot
source_lang = en

[django-channels-tw-docs.delaypo]
[Channels.delaypo]
file_filter = locale/<lang>/LC_MESSAGES/delay.po
source_file = _build/gettext/delay.pot
source_lang = en

[django-channels-tw-docs.deployingpo]
[Channels.deployingpo]
file_filter = locale/<lang>/LC_MESSAGES/deploying.po
source_file = _build/gettext/deploying.pot
source_lang = en

[django-channels-tw-docs.faqspo]
[Channels.faqspo]
file_filter = locale/<lang>/LC_MESSAGES/faqs.po
source_file = _build/gettext/faqs.pot
source_lang = en

[django-channels-tw-docs.genericspo]
[Channels.genericspo]
file_filter = locale/<lang>/LC_MESSAGES/generics.po
source_file = _build/gettext/generics.pot
source_lang = en

[django-channels-tw-docs.getting-startedpo]
[Channels.getting-startedpo]
file_filter = locale/<lang>/LC_MESSAGES/getting-started.po
source_file = _build/gettext/getting-started.pot
source_lang = en

[django-channels-tw-docs.indexpo]
[Channels.indexpo]
file_filter = locale/<lang>/LC_MESSAGES/index.po
source_file = _build/gettext/index.pot
source_lang = en

[django-channels-tw-docs.inshortpo]
[Channels.inshortpo]
file_filter = locale/<lang>/LC_MESSAGES/inshort.po
source_file = _build/gettext/inshort.pot
source_lang = en

[django-channels-tw-docs.installationpo]
[Channels.installationpo]
file_filter = locale/<lang>/LC_MESSAGES/installation.po
source_file = _build/gettext/installation.pot
source_lang = en

[django-channels-tw-docs.referencepo]
[Channels.javascriptpo]
file_filter = locale/<lang>/LC_MESSAGES/javascript.po
source_file = _build/gettext/javascript.pot
source_lang = en

[Channels.referencepo]
file_filter = locale/<lang>/LC_MESSAGES/reference.po
source_file = _build/gettext/reference.pot
source_lang = en

[django-channels-tw-docs.routingpo]
[Channels.routingpo]
file_filter = locale/<lang>/LC_MESSAGES/routing.po
source_file = _build/gettext/routing.pot
source_lang = en

[django-channels-tw-docs.testingpo]
[Channels.testingpo]
file_filter = locale/<lang>/LC_MESSAGES/testing.po
source_file = _build/gettext/testing.pot
source_lang = en

[django-channels-tw-docs.releases--1_0_0po]
[Channels.releases--1_0_0po]
file_filter = locale/<lang>/LC_MESSAGES/releases/1.0.0.po
source_file = _build/gettext/releases/1.0.0.pot
source_lang = en

[django-channels-tw-docs.releases--1_0_1po]
[Channels.releases--1_0_1po]
file_filter = locale/<lang>/LC_MESSAGES/releases/1.0.1.po
source_file = _build/gettext/releases/1.0.1.pot
source_lang = en

[django-channels-tw-docs.releases--1_0_2po]
[Channels.releases--1_0_2po]
file_filter = locale/<lang>/LC_MESSAGES/releases/1.0.2.po
source_file = _build/gettext/releases/1.0.2.pot
source_lang = en

[django-channels-tw-docs.releases--1_0_3po]
[Channels.releases--1_0_3po]
file_filter = locale/<lang>/LC_MESSAGES/releases/1.0.3.po
source_file = _build/gettext/releases/1.0.3.pot
source_lang = en

[django-channels-tw-docs.releases--1_1_0po]
[Channels.releases--1_1_0po]
file_filter = locale/<lang>/LC_MESSAGES/releases/1.1.0.po
source_file = _build/gettext/releases/1.1.0.pot
source_lang = en

[django-channels-tw-docs.releases--indexpo]
[Channels.releases--indexpo]
file_filter = locale/<lang>/LC_MESSAGES/releases/index.po
source_file = _build/gettext/releases/index.pot
source_lang = en
Expand Down
Binary file modified docs/_build/doctrees/asgi.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/backends.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/binding.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/community.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/concepts.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/contributing.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/delay.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/deploying.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/doctrees/faqs.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/generics.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/getting-started.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/inshort.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/installation.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/javascript.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/reference.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.0.0.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.0.1.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.0.2.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.0.3.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.1.0.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.1.1.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.1.2.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.1.3.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.1.4.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/1.1.5.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/releases/index.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/routing.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/testing.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/asgi.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/backends.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/binding.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/community.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/concepts.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/contributing.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/delay.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/deploying.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/faqs.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/generics.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/getting-started.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/inshort.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/installation.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/javascript.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/reference.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.0.0.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.0.1.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.0.2.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.0.3.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.1.0.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.1.1.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.1.2.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.1.3.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.1.4.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/1.1.5.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/releases/index.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/routing.doctree
Binary file not shown.
Binary file modified docs/_build/gettext/.doctrees/testing.doctree
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/_build/gettext/asgi.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2017, chairco(Jason)
# This file is distributed under the same license as the Django-Channels-tw-docs package.
# Copyright (C) 2018, Jason(@chairco)
# This file is distributed under the same license as the Channels-doc-tw package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Django-Channels-tw-docs 0.0.1\n"
"Project-Id-Version: Channels-doc-tw 1.1.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-21 02:56+0800\n"
"POT-Creation-Date: 2018-04-25 21:56+0800\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
8 changes: 4 additions & 4 deletions docs/_build/gettext/backends.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2017, chairco(Jason)
# This file is distributed under the same license as the Django-Channels-tw-docs package.
# Copyright (C) 2018, Jason(@chairco)
# This file is distributed under the same license as the Channels-doc-tw package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Django-Channels-tw-docs 0.0.1\n"
"Project-Id-Version: Channels-doc-tw 1.1.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-21 02:56+0800\n"
"POT-Creation-Date: 2018-04-25 21:56+0800\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
8 changes: 4 additions & 4 deletions docs/_build/gettext/binding.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2017, chairco(Jason)
# This file is distributed under the same license as the Django-Channels-tw-docs package.
# Copyright (C) 2018, Jason(@chairco)
# This file is distributed under the same license as the Channels-doc-tw package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Django-Channels-tw-docs 0.0.1\n"
"Project-Id-Version: Channels-doc-tw 1.1.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-21 02:56+0800\n"
"POT-Creation-Date: 2018-04-25 21:56+0800\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
8 changes: 4 additions & 4 deletions docs/_build/gettext/community.pot
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2017, chairco(Jason)
# This file is distributed under the same license as the Django-Channels-tw-docs package.
# Copyright (C) 2018, Jason(@chairco)
# This file is distributed under the same license as the Channels-doc-tw package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Django-Channels-tw-docs 0.0.1\n"
"Project-Id-Version: Channels-doc-tw 1.1.5\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-06-21 02:56+0800\n"
"POT-Creation-Date: 2018-04-25 21:56+0800\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

0 comments on commit 106f74d

Please sign in to comment.