Add IntelliJ Project files (*.iml) to .gitignore Rename "Portuguese" to "Português" so it's localized like all other languages

This commit is contained in:
Christian Glockner 2020-05-14 16:27:30 +02:00 committed by Simon Zolin
parent 1f954ab673
commit 5b7871b6b8
2 changed files with 6 additions and 3 deletions

5
.gitignore vendored
View File

@ -22,4 +22,7 @@ dnsfilter/tests/dnsfilter.TestLotsOfRules*.pprof
*.snap
launchpad_credentials
snapcraft_login
snapcraft.yaml.bak
snapcraft.yaml.bak
# IntelliJ IDEA project files
*.iml

View File

@ -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",