Skip to content
Open
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
10 changes: 5 additions & 5 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[main]
host = https://www.transifex.com

[desktopfolder.com-github-spheras-desktopfolder-pot]
file_filter = po/<lang>.po
[o:ubuntu-budgie:p:desktopfolder:r:com-github-spheras-desktopfolder-pot]
file_filter = po/<lang>.po
source_file = po/com.github.spheras.desktopfolder.pot
source_lang = en_US
type = PO
minimum_perc = 0
source_file = po/com.github.spheras.desktopfolder.pot
source_lang = en_US
type = PO

4 changes: 4 additions & 0 deletions po/LINGUAS
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ es
fi
fr
fr_FR
he
hu
it
ja
ko
lt
ms_MY
nl_NL
Expand All @@ -21,6 +23,8 @@ pt_BR
pt_PT
ro_RO
ru
sq
sv
tr
uk
zh_CN
8 changes: 4 additions & 4 deletions po/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
#
# Translators:
# David Mohammed <fossfreedom@ubuntu.com>, 2018
# Logan 8192 <logan8192@protonmail.com>, 2018
# a1a9b52a3f40dff112eca965c254c602_089360e <d1597d94e208cfb976efe0f2ce18d2e5_734602>, 2018
# Adolfo Jayme-Barrientos, 2018
# Víctor Pont <victor@pont.cat>, 2018
# Marcos Olave <marcosolave3@gmail.com>, 2020
# 1471bc07071b59374514b2320e0322e1_7c5bfd9, 2020
#
#, fuzzy
msgid ""
Expand All @@ -17,13 +17,13 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-27 12:15+0000\n"
"PO-Revision-Date: 2018-11-08 12:46+0000\n"
"Last-Translator: Marcos Olave <marcosolave3@gmail.com>, 2020\n"
"Last-Translator: 1471bc07071b59374514b2320e0322e1_7c5bfd9, 2020\n"
"Language-Team: Spanish (https://www.transifex.com/ubuntu-budgie/teams/72251/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

#. desktopfolder menu - create a new Desktop-Folder Pane
#: src/logic/FolderManager.vala:654 src/LanguageText.vala:46
Expand Down
2 changes: 1 addition & 1 deletion po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

#. desktopfolder menu - create a new Desktop-Folder Pane
#: src/logic/FolderManager.vala:654 src/LanguageText.vala:46
Expand Down
2 changes: 1 addition & 1 deletion po/fr_FR.po
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr_FR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"

#. desktopfolder menu - create a new Desktop-Folder Pane
#: src/logic/FolderManager.vala:654 src/LanguageText.vala:46
Expand Down
Loading