Skip to content

Commit

Permalink
minor: i18n ignore staticfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
homholueng committed Feb 27, 2020
1 parent f62e514 commit c79d0fc
Show file tree
Hide file tree
Showing 8 changed files with 281 additions and 859 deletions.
Binary file modified locale/en/LC_MESSAGES/django.mo
Binary file not shown.
4 changes: 2 additions & 2 deletions locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-02-27 19:42+0800\n"
"POT-Creation-Date: 2020-02-27 20:54+0800\n"
"PO-Revision-Date: 2017-11-17 11:28+0800\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: en\n"
Expand All @@ -16,7 +16,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
"Generated-By: Babel 2.8.0\n"

#: blueapps/account/admin.py:25
msgid "Personal info"
Expand Down
Binary file modified locale/en/LC_MESSAGES/djangojs.mo
Binary file not shown.
562 changes: 135 additions & 427 deletions locale/en/LC_MESSAGES/djangojs.po

Large diffs are not rendered by default.

Binary file modified locale/zh_hans/LC_MESSAGES/django.mo
Binary file not shown.
7 changes: 5 additions & 2 deletions locale/zh_hans/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2020-02-27 19:42+0800\n"
"POT-Creation-Date: 2020-02-27 20:54+0800\n"
"PO-Revision-Date: 2019-02-27 23:25+0800\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: zh_Hans\n"
Expand All @@ -16,7 +16,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.7.0\n"
"Generated-By: Babel 2.8.0\n"

#: blueapps/account/admin.py:25
msgid "Personal info"
Expand Down Expand Up @@ -1068,6 +1068,9 @@ msgid ""
" details:params={params}, error={error}"
msgstr ""
"调用{system}接口{api_name}无权限: <a href='{url}' target='_blank'>申请权限</a>。\n"
" details:params={params}, error={error}"
"调用{system}接口{api_name}无权限: <a href='{url}' target='_blank'>申请权限</a>。\n"
" details:params={params}, error={error}调用{system}接口{api_name}无权限: <a href='{url}' target='_blank'>申请权限</a>。\n"
" details:params={params}, error={error}调用{system}接口{api_name}无权限: <a href='{url}' target='_blank'>申请权限</a>。\n"
" details:params={params}, error={error}"

Expand Down
Binary file modified locale/zh_hans/LC_MESSAGES/djangojs.mo
Binary file not shown.
Loading

0 comments on commit c79d0fc

Please sign in to comment.