Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tk15 - Adiciona o modelo de localização. #18

Merged
merged 19 commits into from
Aug 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ coverage.xml
.hypothesis/

# Translations
*.mo
#*.mo
*.pot

# Django stuff:
Expand Down
2 changes: 2 additions & 0 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@
"blog",
"freepage",
"core",
"usefulmodels",
"location",
]

# https://docs.djangoproject.com/en/dev/ref/settings/#installed-apps
Expand Down
17 changes: 17 additions & 0 deletions core_settings/migrations/0005_alter_customsettings_options.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 3.2.12 on 2022-08-07 21:51

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('core_settings', '0004_auto_20220722_1616'),
]

operations = [
migrations.AlterModelOptions(
name='customsettings',
options={'verbose_name': 'Configuração do site', 'verbose_name_plural': 'Configuração do site'},
),
]
Binary file added locale/en/LC_MESSAGES/django.mo
Binary file not shown.
91 changes: 83 additions & 8 deletions 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: 2022-08-02 07:59+0000\n"
"POT-Creation-Date: 2022-08-09 12:20+0000\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 @@ -374,11 +374,15 @@ msgstr ""
msgid "Information successfully updated"
msgstr ""

#: core_settings/models.py:63
#: core_settings/models.py:19 core_settings/models.py:20
msgid "Configuração do site"
msgstr ""

#: core_settings/models.py:66
msgid "Site settings"
msgstr ""

#: core_settings/models.py:64
#: core_settings/models.py:67
msgid "Admin settings"
msgstr ""

Expand Down Expand Up @@ -520,6 +524,33 @@ msgstr ""
msgid "Infraestructure Directory Upload"
msgstr ""

#: location/models.py:11
msgid "Name"
msgstr ""

#: location/models.py:13
msgid "Region"
msgstr ""

#: location/models.py:15 usefulmodels/models.py:18
#: usefulmodels/wagtail_hooks.py:35
msgid "City"
msgstr ""

#: location/models.py:17 usefulmodels/models.py:43
#: usefulmodels/wagtail_hooks.py:50
msgid "State"
msgstr ""

#: location/models.py:19 usefulmodels/models.py:67
#: usefulmodels/wagtail_hooks.py:65
msgid "Country"
msgstr ""

#: location/wagtail_hooks.py:21
msgid "Location"
msgstr ""

#: policy_directory/models.py:14 policy_directory/wagtail_hooks.py:31
#: policy_directory/wagtail_hooks.py:59
msgid "Policy Directory"
Expand Down Expand Up @@ -601,6 +632,14 @@ msgstr ""
msgid "JSON File"
msgstr ""

#: scholarly_articles/models.py:118
msgid "Error Type"
msgstr ""

#: scholarly_articles/models.py:119
msgid "Error Message"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:10
msgid "Scholarly Articles"
msgstr ""
Expand All @@ -617,17 +656,53 @@ msgstr ""
msgid "Journals"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:68
msgid "journal_issn_l"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:69
msgid "journal_issn_l)"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:106
#: scholarly_articles/wagtail_hooks.py:107
msgid "Errors"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:122
msgid "Articles Directory"
msgstr ""

#: usefulmodels/models.py:15
msgid "Name of the city"
msgstr ""

#: usefulmodels/models.py:19
msgid "Cities"
msgstr ""

#: usefulmodels/models.py:39
msgid "Name of the state"
msgstr ""

#: usefulmodels/models.py:40
msgid "Acronym to the state"
msgstr ""

#: usefulmodels/models.py:44
msgid "States"
msgstr ""

#: usefulmodels/models.py:63
msgid "Name of the Country"
msgstr ""

#: usefulmodels/models.py:64
msgid "Acronym to the Country"
msgstr ""

#: usefulmodels/models.py:68
msgid "Countries"
msgstr ""

#: usefulmodels/wagtail_hooks.py:78
msgid "Useful Models"
msgstr ""

#~ msgid "Métricas"
#~ msgstr "Metrics"
Binary file added locale/es/LC_MESSAGES/django.mo
Binary file not shown.
91 changes: 83 additions & 8 deletions locale/es/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: 2022-08-02 07:59+0000\n"
"POT-Creation-Date: 2022-08-09 12:20+0000\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 @@ -374,11 +374,15 @@ msgstr ""
msgid "Information successfully updated"
msgstr ""

#: core_settings/models.py:63
#: core_settings/models.py:19 core_settings/models.py:20
msgid "Configuração do site"
msgstr ""

#: core_settings/models.py:66
msgid "Site settings"
msgstr ""

#: core_settings/models.py:64
#: core_settings/models.py:67
msgid "Admin settings"
msgstr ""

Expand Down Expand Up @@ -520,6 +524,33 @@ msgstr ""
msgid "Infraestructure Directory Upload"
msgstr ""

#: location/models.py:11
msgid "Name"
msgstr ""

#: location/models.py:13
msgid "Region"
msgstr ""

#: location/models.py:15 usefulmodels/models.py:18
#: usefulmodels/wagtail_hooks.py:35
msgid "City"
msgstr ""

#: location/models.py:17 usefulmodels/models.py:43
#: usefulmodels/wagtail_hooks.py:50
msgid "State"
msgstr ""

#: location/models.py:19 usefulmodels/models.py:67
#: usefulmodels/wagtail_hooks.py:65
msgid "Country"
msgstr ""

#: location/wagtail_hooks.py:21
msgid "Location"
msgstr ""

#: policy_directory/models.py:14 policy_directory/wagtail_hooks.py:31
#: policy_directory/wagtail_hooks.py:59
msgid "Policy Directory"
Expand Down Expand Up @@ -601,6 +632,14 @@ msgstr ""
msgid "JSON File"
msgstr ""

#: scholarly_articles/models.py:118
msgid "Error Type"
msgstr ""

#: scholarly_articles/models.py:119
msgid "Error Message"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:10
msgid "Scholarly Articles"
msgstr ""
Expand All @@ -617,14 +656,50 @@ msgstr ""
msgid "Journals"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:68
msgid "journal_issn_l"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:69
msgid "journal_issn_l)"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:106
#: scholarly_articles/wagtail_hooks.py:107
msgid "Errors"
msgstr ""

#: scholarly_articles/wagtail_hooks.py:122
msgid "Articles Directory"
msgstr ""

#: usefulmodels/models.py:15
msgid "Name of the city"
msgstr ""

#: usefulmodels/models.py:19
msgid "Cities"
msgstr ""

#: usefulmodels/models.py:39
msgid "Name of the state"
msgstr ""

#: usefulmodels/models.py:40
msgid "Acronym to the state"
msgstr ""

#: usefulmodels/models.py:44
msgid "States"
msgstr ""

#: usefulmodels/models.py:63
msgid "Name of the Country"
msgstr ""

#: usefulmodels/models.py:64
msgid "Acronym to the Country"
msgstr ""

#: usefulmodels/models.py:68
msgid "Countries"
msgstr ""

#: usefulmodels/wagtail_hooks.py:78
msgid "Useful Models"
msgstr ""
Binary file added locale/pt_BR/LC_MESSAGES/django.mo
Binary file not shown.
Loading