[gen] Added a i18n label used for the title of web pages and added a default favicon and the possibility to override it.
This commit is contained in:
parent
d799398de1
commit
6367924b05
7 changed files with 10 additions and 4 deletions
|
@ -26,6 +26,7 @@ fallbacks = {'en': 'en-us en-ca',
|
|||
class PoMessage:
|
||||
'''Represents a i18n message (po format).'''
|
||||
CONFIG = "Configuration panel for product '%s'"
|
||||
APP_NAME = "Appy"
|
||||
# The following messages (starting with MSG_) correspond to tool
|
||||
# attributes added for every gen-class (warning: the message IDs correspond
|
||||
# to MSG_<attributePrefix>).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue