ParadoxAlarmInterface/pai

Feature: Add support for additional languages in the text based interfaces

Offen

#104 geöffnet am 27.09.2019

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (113 Forks)auto 404
enhancementhelp wanted

Repository-Metriken

Stars
 (414 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

The Text based interfaces currently output sentences in the English language. Due to the scope of the project, other languages can be considered.

Feature description

Messages sent to the Text based interfaces are not mostly standardized and defined in each panel. The code for these interfaces is also increasing the level of commonalities, and additional work is already in place to remote all redundant code. The result is that these messages are handled at a common place before being sent to each endpoint. This enables the possibility of supporting multiple languages. Standard gettext can probably be used, but as some strings are dynamic, the actual approach must be evaluated.

Contributor Guide