From 5b7871b6b8836d274f7d4c2d02d5549c58ad6e69 Mon Sep 17 00:00:00 2001 From: Christian Glockner Date: Thu, 14 May 2020 16:27:30 +0200 Subject: [PATCH] =?UTF-8?q?Add=20IntelliJ=20Project=20files=20(*.iml)=20to?= =?UTF-8?q?=20.gitignore=20Rename=20"Portuguese"=20to=20"Portugu=C3=AAs"?= =?UTF-8?q?=20so=20it's=20localized=20like=20all=20other=20languages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- .twosky.json | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 77c43738..d47eef0c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,7 @@ dnsfilter/tests/dnsfilter.TestLotsOfRules*.pprof *.snap launchpad_credentials snapcraft_login -snapcraft.yaml.bak \ No newline at end of file +snapcraft.yaml.bak + +# IntelliJ IDEA project files +*.iml diff --git a/.twosky.json b/.twosky.json index 90e98337..e5579669 100644 --- a/.twosky.json +++ b/.twosky.json @@ -15,8 +15,8 @@ "it": "Italiano", "no": "Norsk", "pl": "Polski", - "pt-br": "Portuguese (BR)", - "pt-pt": "Portuguese (PT)", + "pt-br": "Português (BR)", + "pt-pt": "Português (PT)", "ro": "Română", "sk": "Slovenčina", "sl": "Slovenščina",