chore(i18n): allow datnes nosaukums for filename (Latvian)

This commit is contained in:
Earl Warren 2024-11-14 08:46:27 +01:00
parent 3fe67dba8b
commit c7b0132a78
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -62,7 +62,7 @@ func initRemoveTags() {
"user", "utente", "lietotājs", "gebruiker", "usuário", "Benutzer", "Bruker",
"server", "servidor", "kiszolgáló", "serveris",
"label", "etichetta", "etiķete", "rótulo", "Label", "utilizador",
"filename", "bestandsnaam", "dosyaadi", "fails", "nome do arquivo",
"filename", "bestandsnaam", "dosyaadi", "fails", "nome do arquivo", "datnes nosaukums",
} {
oldnew = append(oldnew, "<"+el+">", "REPLACED-TAG")
}