Skip to content

German translation for Switzerland for country Turkey differs from Germany #1112

@Tschuppi81

Description

@Tschuppi81

Overview

The country name / translation for the country turkey differs for locale 'de_CH' from locale 'de_AT' or 'de_DE'. Why? In my opinion we say Türkei as well.

Steps to Reproduce

>>> from babel import Locale
>>> _locale = Locale.parse('de_CH')
>>> _locale.territories.get('TR')
'Türkiye'
>>> _locale = Locale.parse('de_DE')
>>> _locale.territories.get('TR')
'Türkei'
>>> _locale = Locale.parse('de_AT')
>>> _locale.territories.get('TR')
'Türkei'

Link to german wiki page of Turkey: https://de.wikipedia.org/wiki/T%C3%BCrkei

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions