EdgeTX / buddy

The next generation tool for EdgeTX. A cross platform app, with browser compatibility.
https://buddy.edgetx.org
MIT License
37 stars 19 forks source link

Add Simplified Chinese localization #23

Closed L1cardo closed 2 years ago

freshollie commented 2 years ago

谢谢你!

Looks like you’ve included some extra “,” at the end of some files. JSON doesn’t like this hence failing to compile. It will also be worth running “yarn extract-locales” locally as this will put the translations in the correct order in the files.

L1cardo commented 2 years ago

Oh! Sorry for the extra “,” , I just realize that these are all JSON files, I will fix them right now

codecov-commenter commented 2 years ago

Codecov Report

Merging #23 (95f6315) into main (1101635) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   49.28%   49.28%           
=======================================
  Files          98       98           
  Lines       10708    10708           
  Branches      693      693           
=======================================
  Hits         5277     5277           
  Misses       5387     5387           
  Partials       44       44           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1101635...95f6315. Read the comment docs.

freshollie commented 2 years ago

Looks good apart from the Done translation. What is .output/buddy.box?

L1cardo commented 2 years ago

@L1cardo I will merge once .output/buddy.box is removed

Removed! Sorry for my carelessness. 😅