Skip to content

Releases: gasolin/lingascript

v0.3.0 Localized command line tool

23 Feb 12:51
Compare
Choose a tag to compare
  • Based on TypeScript v3.3.3333
  • Show localized diagnostic message in command line tool by default #21
  • Document tsc --locale usage in readme
  • (partial) Wrap keyword detector as functions #18

Keywords change:

  • Traditional Chinese
    • while 每當 -> 直到 #20
    • some unused keyword updates
  • Simplified Chinese
    • while 每当 -> 直到 #20

v0.2.0

14 Feb 00:52
Compare
Choose a tag to compare
  • Based on TypeScript v3.3.1

  • Support languages:

    • Simplified Chinese (lingascript-cn)
    • Traditional Chinese (lingascript-tw)
  • Update issue templates

  • Add npm badges for support language packages

  • Add Simplified Chinese Readme #11, thanks @nobodxbodon

Keywords change:

  • lingascript-tw
    • let 變量 -> 變數 #13
    • const 常量 -> 常數
    • var 全域變量 -> 全域變數
    • async 異步 -> 非同步 #14

Check CHANGELOG for more detail.

Initial Release

13 Feb 14:47
ef706f5
Compare
Choose a tag to compare
  • Based on TypeScript v3.3.1
  • Support languages:
    • Simplified Chinese (no npm package yet, see #11)
    • Traditional Chinese (lingascript-tw)
  • patch TypeScript through npm scripts and file-patch
  • Basic tests passed
  • (Native) Language specific readme

Check CHANGELOG for more detail.