From 9d4be2f2e6dfa723e7d6c66509f1434bb163cd80 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Fri, 4 Jun 2021 20:16:28 -0700 Subject: [PATCH] Change translations to keys --- data/interfaces/default/base.html | 20 ++++++------ data/locales/babel.bat | 2 +- data/locales/en/LC_MESSAGES/tautulli.mo | Bin 0 -> 730 bytes data/locales/en/LC_MESSAGES/tautulli.po | 40 ++++++++++++++++++++++++ data/locales/fr/LC_MESSAGES/tautulli.mo | Bin 0 -> 715 bytes data/locales/fr/LC_MESSAGES/tautulli.po | 40 ++++++++++++++++++++++++ data/locales/tautulli.pot | 29 ++++++++++++++--- 7 files changed, 115 insertions(+), 16 deletions(-) create mode 100644 data/locales/en/LC_MESSAGES/tautulli.mo create mode 100644 data/locales/en/LC_MESSAGES/tautulli.po create mode 100644 data/locales/fr/LC_MESSAGES/tautulli.mo create mode 100644 data/locales/fr/LC_MESSAGES/tautulli.po diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index e9f20291..ea4165de 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -104,29 +104,29 @@
  • % endif % if title == "Libraries" or title == "Library" or title == "Info": -
  • ${_('Libraries')}
  • +
  • ${_('base.nav.libraries')}
  • % else: -
  • ${_('Libraries')}
  • +
  • ${_('base.nav.libraries')}
  • % endif % if title == "Users" or title == "User": -
  • ${_('Users')}
  • +
  • ${_('base.nav.users')}
  • % else: -
  • ${_('Users')}
  • +
  • ${_('base.nav.users')}
  • % endif % if title == "History": -
  • ${_('History')}
  • +
  • ${_('base.nav.history')}
  • % else: -
  • ${_('History')}
  • +
  • ${_('base.nav.history')}
  • % endif % if title == "Graphs": -
  • ${_('Graphs')}
  • +
  • ${_('base.nav.graphs')}
  • % else: -
  • ${_('Graphs')}
  • +
  • ${_('base.nav.graphs')}
  • % endif % if title == "Synced Items": -
  • ${_('Synced Items')}
  • +
  • ${_('base.nav.synced_items')}
  • % else: -
  • ${_('Synced Items')}
  • +
  • ${_('base.nav.synced_items')}
  • % endif % if title == "Settings":