Skip to content
Snippets Groups Projects
Unverified Commit 3c22a48d authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Use ugettext everywhere. Advances BiscuIT-ng#38.

parent 86d3a0a2
No related branches found
No related tags found
No related merge requests found
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
from django.utils.translation import ugettext_lazy as _
class ExlibrisConfig(AppConfig):
......
from django.utils.translation import gettext as _
from django.utils.translation import ugettext as _
MENUS = {
'NAV_MENU_CORE': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment