Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

Fix missing language in news settings #64

Open
metaodi opened this issue Jan 10, 2014 · 1 comment
Open

Fix missing language in news settings #64

metaodi opened this issue Jan 10, 2014 · 1 comment
Labels

Comments

@metaodi
Copy link
Member

metaodi commented Jan 10, 2014

Currently in the language settings of the news tab, there are several entries with no value (at least in English this is the case).

@metaodi
Copy link
Member Author

metaodi commented Jan 10, 2014

The problem is a mismatch between the translations and the configuration.

The news settings loads all supported languages (https://github.com/kort/kort/blob/develop/app/view/news/settings/AcceptedLanguagePanel.js#L86) which are defined in Kort.util.Config (https://github.com/kort/kort/blob/develop/app/util/Config.js#L16).

But in the Frontend translation resource, only a subset of those languages are present (e.g. English: https://github.com/kort/kort/blob/develop/resources/i18n/Kort_en.props#L192)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant