6 lines
144 B
Python
6 lines
144 B
Python
|
|
from flask_babel import gettext as _
|
||
|
|
|
||
|
|
_('ssid_description')
|
||
|
|
_('butterbox_name_description')
|
||
|
|
_('wifi_password_description')
|
||
|
|
_('logo_description')
|