mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Correct spelling of Ukrainian
This commit is contained in:
parent
a0622675fd
commit
a65239f7f1
@ -5428,8 +5428,8 @@
|
||||
<context context-type="linenumber">301</context>
|
||||
</context-group>
|
||||
</trans-unit>
|
||||
<trans-unit id="830844828423138653" datatype="html">
|
||||
<source>Ukranian</source>
|
||||
<trans-unit id="3578644052206125685" datatype="html">
|
||||
<source>Ukrainian</source>
|
||||
<context-group purpose="location">
|
||||
<context context-type="sourcefile">src/app/services/settings.service.ts</context>
|
||||
<context context-type="linenumber">307</context>
|
||||
|
@ -304,8 +304,8 @@ export class SettingsService {
|
||||
},
|
||||
{
|
||||
code: 'uk-ua',
|
||||
name: $localize`Ukranian`,
|
||||
englishName: 'Ukranian',
|
||||
name: $localize`Ukrainian`,
|
||||
englishName: 'Ukrainian',
|
||||
dateInputFormat: 'dd.mm.yyyy',
|
||||
},
|
||||
{
|
||||
|
@ -586,7 +586,7 @@ LANGUAGES = [
|
||||
("sr-cs", _("Serbian")),
|
||||
("sv-se", _("Swedish")),
|
||||
("tr-tr", _("Turkish")),
|
||||
("uk-ua", _("Ukranian")),
|
||||
("uk-ua", _("Ukrainian")),
|
||||
("zh-cn", _("Chinese Simplified")),
|
||||
]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user