Merge pull request #299 from melkypie/locale-lv

Add latvian language
This commit is contained in:
vabene1111 2021-01-01 20:59:11 +01:00 committed by GitHub
commit b9ee7d53fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1980 additions and 0 deletions

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,52 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-12-31 18:41+0200\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#: .\recipes\settings.py:175
msgid "English"
msgstr ""
#: .\recipes\settings.py:176
msgid "German"
msgstr ""
#: .\recipes\settings.py:177
msgid "Dutch"
msgstr ""
#: .\recipes\settings.py:178
msgid "French"
msgstr ""
#: .\recipes\settings.py:179
msgid "Catalan"
msgstr ""
#: .\recipes\settings.py:180
msgid "Spanish"
msgstr ""
#: .\recipes\settings.py:181
msgid "Italian"
msgstr ""
#: .\recipes\settings.py:182
msgid "Latvian"
msgstr ""

View File

@ -179,6 +179,7 @@ LANGUAGES = [
('ca', _('Catalan')),
('es', _('Spanish')),
('it', _('Italian')),
('lv', _('Latvian')),
]
# Static files (CSS, JavaScript, Images)