mikeyzm / discourse-username-localization

Localized username support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discourse-username-localization

Localized username support.

install

in app.yml

hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/zh99998/discourse-username-localization.git
          - bash discourse-username-localization/install.sh

About

Localized username support.

License:GNU Affero General Public License v3.0


Languages

Language:Shell 58.6%Language:Ruby 41.4%