Ad Widget

Collapse

Language Translation - implementation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fraksipon
    Junior Member
    • Mar 2020
    • 1

    #1

    Language Translation - implementation

    I wanted to implement Polish into my zabbix. I follow the instructions.

    I am asking for support
    # yum install -y gettext || apt-get install -y gettext
    # cd /usr/local/src/zabbix/frontends/php || cd /usr/share/zabbix/
    # cd locale/sk/LC_MESSAGES/
    # rm -rf frontend.po && wget https://www.zabbix.org/pootle/downlo...ES/frontend.po
    # cd ../../..
    locale/make_mo.sh
    # restart your web server

    The command does not work for me
    locale/make_mo.sh
    I also don't know what to write here
    # restart your web server

    Please help
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Why did you decide it didn't work? Did an error message appear during command execution? If an error message was output, please tell us the content.
    "Restart your web server" means restart your web server. If you are using Apache HTTP Sever, is it running under a service name such as httpd or apache2? If you are using nginx, restart nginx. If you are using php-fpm, you also need to restart php-fpm.

    Comment

    Working...