fix: Latvian translations (#1989)

* fix: Latvian translations

https://github.com/orgs/alliedmodders/projects/1/views/1?pane=issue&itemId=24307197

Try to solve issue: Includes a "#format" key
And Phrase missing in common.phrases.txt

* Fix + Add missing Arabic translations

https://github.com/orgs/alliedmodders/projects/1/views/1?pane=issue&itemId=24307177
Thanks to arabic teachers `Skynet #2058` & `x sooonta#8948`

* Revert "Fix + Add missing Arabic translations"

This reverts commit 899c0fb783be99020ac2bef3b824766aee485581.
This commit is contained in:
Rushaway 2023-05-25 15:22:42 +02:00 committed by GitHub
parent eaccec3e4a
commit 1a375bcc17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 3 deletions

View File

@ -22,7 +22,6 @@
"Friendly Fire Percent"
{
"#format" "{1:0.0f}"
"lv" "Draudzīgas uguns iespējamība {1}%."
}

View File

@ -230,4 +230,24 @@
"lv" "Izslēgts"
}
"Say all"
{
"lv" "(VISI) {1}"
}
"Chat admins"
{
"lv" "(ADMINI) {1}"
}
"Chat to admins"
{
"lv" "(ADMINIEM) {1}"
}
"Private say to"
{
"lv" "(Privāts priekš {1}) {2}"
}
}

View File

@ -132,7 +132,7 @@
"Choose Config"
{
"lv" "Izvēlies konfigurācijas failu"
"lv" "Izvēlies konfigurācijas failu"
}
}

View File

@ -22,7 +22,6 @@
"Already Voted"
{
"#format" "{1:d},{2:d}"
"lv" "Tu jau nobalsoji par kartes maiņu ar RTV ({1} balsis, {2} balsis palikušas)"
}