NiHoel / Anno1800Calculator

Calculator for the production and consumption of goods in the computer game Anno 1800
MIT License
102 stars 28 forks source link

chinese translation #101

Open abc45628 opened 4 months ago

abc45628 commented 4 months ago

may you update some translation

NiHoel commented 4 months ago

thanks, I plan to do one last update soon.

abc45628 commented 4 months ago

Can you show me how to repack it, I want to test on my computer. I mean some text like maven clean package -U, I am java coder

NiHoel commented 4 months ago

Can you show me how to repack it, I want to test on my computer. I mean some text like maven clean package -U, I am java coder

  1. Install Node.js
  2. Open the terminal in the folder of this repository.
  3. Run npm install. See https://nodejs.org/en/learn/getting-started/an-introduction-to-the-npm-package-manager for further explanations.
  4. Run node_modules\.bin\webpack.cmd
  5. Open index.html with the browser - the updated translations should be shown.
abc45628 commented 4 months ago

which nodejs and npm version should be used? node v20.12.2 had some problem. webpack fail.txt

NiHoel commented 4 months ago

Manually install the latest version of webpack (I haven't updated it for quite a while)

NiHoel commented 4 months ago

Here is a translator for all in game terms. Just unpack and open the index.html https://drive.google.com/file/d/1px-co1Lzm48dJObMXqB626kNm0BgeFsq/view?usp=sharing

abc45628 commented 4 months ago

image

The number of buildings has, if activated, two decimal places to directly show the amount of overcapacities. 

" if activated" mean highlight missing factory , " the amount of overcapacities " mean the number I point out , is my idea correct?

NiHoel commented 4 months ago

"If activated" means "when the setting 'Show number of buildings with decimals' is checked'" that is different from "highlight missing buildings" " the amount of overcapacities " mean the number I point out , is my idea correct? -> yes

NiHoel commented 3 months ago

Do you still plan to translate more texts?

Otherwise, I would publish the next release next week.

abc45628 commented 3 months ago

Do you still plan to translate more texts?

Otherwise, I would publish the next release next week.

sorry,my hand bone broken,I need to afk for a month or more

NiHoel commented 3 months ago

Published a new release with the current state of translation and input field for server address. As my pipeline is a bit more complicated (dev branch with non-public commits and all other commits need to get cherry-picked into master) the merge does not show up here.