Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#25717 closed Bug (fixed)

Incorrect local language name for slovak language

Reported by: azurit Owned by: Anderson Resende
Component: Internationalization Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: no

Description

Local name returned by template tag get_language_info is grammatically incorrect for slovak language: slovenský (translated it means 'slovakian'). The word should be correct if used like this: 'slovenský jazyk' (translated it means 'slovak language'). Without word 'jazyk' (language) it doesn't make much sense. If you need to write it by one word only, it should be one of these:
slovensky
slovenčina

I personally would prefer 'slovenčina' but according to the forms used by other languages, is should be 'slovensky'. Also, most of the languages are using capitalised names, so the best should be 'Slovensky'.

Change History (7)

comment:1 by Claude Paroz, 8 years ago

Triage Stage: UnreviewedAccepted

I've requested by mail the opinion of the current Slovak coordinator on Transifex (Marian Andre).

comment:2 by Claude Paroz, 8 years ago

Easy pickings: set

Received by Marian in a private mail:

From the ‘consistency’ point of view with other languages he is correct - the correct form is ‘slovensky’.

comment:3 by Anderson Resende, 8 years ago

Owner: changed from nobody to Anderson Resende
Status: newassigned

comment:4 by Anderson Resende, 8 years ago

Related pull request is on github:
https://github.com/django/django/pull/5780

Last edited 8 years ago by Anderson Resende (previous) (diff)

comment:5 by Claude Paroz, 8 years ago

Patch needs improvement: set

comment:6 by Claude Paroz <claude@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In b0ad5081:

Fixed #25717 -- Corrected Slovak local name

comment:7 by Claude Paroz <claude@…>, 8 years ago

In c12ddbd:

Fixed #25717 -- Corrected Slovak local name

Backport of b0ad5081d5 from master.

Note: See TracTickets for help on using tickets.
Back to Top