This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5,158 changed files
with
691,897 additions
and
0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Normalize line endings to avoid spurious failures in the core test suite on Windows. | ||
*html text eol=lf | ||
*css text eol=lf | ||
tests/staticfiles_tests/apps/test/static/test/*txt text eol=lf | ||
tests/staticfiles_tests/project/documents/test/*txt text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
*.egg-info | ||
*.pot | ||
*.py[co] | ||
__pycache__ | ||
MANIFEST | ||
dist/ | ||
docs/_build/ | ||
docs/locale/ | ||
tests/coverage_html/ | ||
tests/.coverage | ||
build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
syntax:glob | ||
|
||
*.egg-info | ||
*.pot | ||
*.py[co] | ||
__pycache__ | ||
MANIFEST | ||
dist/ | ||
docs/_build/ | ||
docs/locale/ | ||
tests/coverage_html/ | ||
tests/.coverage | ||
build/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
[main] | ||
host = https://www.transifex.com | ||
lang_map = sr@latin:sr_Latn, zh_CN:zh_Hans, zh_TW:zh_Hant | ||
|
||
[django.core] | ||
file_filter = django/conf/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/conf/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-admin] | ||
file_filter = django/contrib/admin/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/admin/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-admin-js] | ||
file_filter = django/contrib/admin/locale/<lang>/LC_MESSAGES/djangojs.po | ||
source_file = django/contrib/admin/locale/en/LC_MESSAGES/djangojs.po | ||
source_lang = en | ||
|
||
[django.contrib-admindocs] | ||
file_filter = django/contrib/admindocs/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/admindocs/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-auth] | ||
file_filter = django/contrib/auth/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/auth/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-contenttypes] | ||
file_filter = django/contrib/contenttypes/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/contenttypes/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-flatpages] | ||
file_filter = django/contrib/flatpages/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/flatpages/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-gis] | ||
file_filter = django/contrib/gis/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/gis/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-humanize] | ||
file_filter = django/contrib/humanize/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/humanize/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-messages] | ||
file_filter = django/contrib/messages/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/messages/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-postgres] | ||
file_filter = django/contrib/postgres/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/postgres/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-redirects] | ||
file_filter = django/contrib/redirects/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/redirects/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-sessions] | ||
file_filter = django/contrib/sessions/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/sessions/locale/en/LC_MESSAGES/django.po | ||
source_lang = en | ||
|
||
[django.contrib-sites] | ||
file_filter = django/contrib/sites/locale/<lang>/LC_MESSAGES/django.po | ||
source_file = django/contrib/sites/locale/en/LC_MESSAGES/django.po | ||
source_lang = en |
Oops, something went wrong.