Ad Widget

Collapse

Install new language

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • danielsan
    Junior Member
    • Jun 2021
    • 1

    #1

    Install new language

    HI all

    I tried to follow this documentation for add a new language:

    https://www.zabbix.com/documentation...tall/locales?s[]=language#additional_frontend_languages

    But when tried to modify the file /etc/locale.gen, it is not present in my centos8 installation.

    Can anyone help me?

    Tks
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    First, make sure you have the required language settings installed.

    Code:
    # locale -a
    If the language you want to use doesn't seem to be installed, install the langpacks package for that language. To find out what langpacks packages are available, use the following command.

    Code:
    # dnf search langpacks
    For example, if you want to add Russian (ru_RU), install the langpacks-ru package.

    Code:
    # dnf install langpacks-ru
    After installing the package, restart the service that is processing PHP.

    ex.
    Code:
    # systemctl restart php-fpm httpd
    You will be able to select the newly added language on the profile screen etc.

    Comment

    • channoine
      Junior Member
      • Dec 2021
      • 3

      #3
      Hi
      I have the same issue.
      I want to add german to Zabbix.
      When i ran
      Code:
      locale -a
      de_DE and several other german 'dialects' (eg Swiss, Belgum, ..) are listed.

      But in Zabbix I only can see "English (en_GB) od (en_US) as selectable.


      Any suggestion?

      Comment

      Working...