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

New locale: 'ko' #23

Merged
merged 11 commits into from
Dec 28, 2017
Merged

New locale: 'ko' #23

merged 11 commits into from
Dec 28, 2017

Commits on Dec 28, 2017

  1. Add localization support for jobs ui module

    This doesn't localize jobs yet, but moves all strings and regular
    expressions out to a separate lang-en.js file.  It seems plausible
    for here to create additiona lang-kr.js and lang-jp.js files if
    folks want to take on the task of converting all the strings.
    quisquous authored and hibiyasleep committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    4cc3f8b View commit details
    Browse the repository at this point in the history
  2. Be less greedy in localized regexes

    quisquous authored and hibiyasleep committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    edd9248 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b73bb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aadaad View commit details
    Browse the repository at this point in the history
  5. create ko.js

    hibiyasleep committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    09fe362 View commit details
    Browse the repository at this point in the history
  6. complete ko translations

    hibiyasleep committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    1c35dde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89b6b00 View commit details
    Browse the repository at this point in the history
  8. add some TODO

    hibiyasleep committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    74150ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f6144d View commit details
    Browse the repository at this point in the history
  10. Move common function lang functions to base class

    Also, should rename all class functions to start with lower case
    for consistency, but not in this patch to avoid causing conflicts.
    quisquous authored and hibiyasleep committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    04501a1 View commit details
    Browse the repository at this point in the history
  11. Revert merge mistakes

    hibiyasleep committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    2959882 View commit details
    Browse the repository at this point in the history