Fix Finnish sorting in lang/settings.js

This commit is contained in:
Lukas Rieger 2021-04-06 22:50:14 +02:00 committed by GitHub
parent bca4a65bfd
commit 2edb975bfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,14 +26,14 @@ export default {
locale: "pl",
name: "Polski"
},
{
locale: "fi",
name: "Suomi"
},
{
locale: "ru",
name: "Русский"
},
{
locale: "fi",
name: "Suomi"
},
{
locale: "ja",
name: "日本語"