Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add i18n #84

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

feat: Add i18n #84

wants to merge 2 commits into from

Commits on Oct 9, 2021

  1. feat: Add i18n

    This adds react-i18next and a dropdown to dynamically toggle the language anytime.
    
    I also added an English translation which is based on Google Translate since I'm not Chinese and don't speak the language. Should be better than nothing though, with way for improvement by the community
    curtisy1 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    f6b9715 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. test: Fix tests

    Not sure if all of them broke because of the i18n stuff. But simply mocking the i18n and the connected-react-router component did the trick
    curtisy1 committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    fe6297c View commit details
    Browse the repository at this point in the history