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

How to update #3

Closed
suzeyanzhu opened this issue Aug 25, 2023 · 2 comments
Closed

How to update #3

suzeyanzhu opened this issue Aug 25, 2023 · 2 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@suzeyanzhu
Copy link

i need Latest version,If you don't have time to update, please tell me how to update the version data and change the regional language. Thank you

@nomi-san
Copy link
Owner

nomi-san commented Aug 25, 2023

I have updated it to v13.16. I will provide a method that allows other update it from outside soon.

You can follow the building guide in readme and these steps to update locally:

  1. Delete your balance-buff-viewer.js first
  2. Clone this repo in your plugins folder
  3. Install npm packages: pnpm i
  4. Crawl balance data: pnpm crawl
  5. Build it: pnpm build

To add your trans/locales, take a look at src/trans.json.
The _locales array should match your target locale, e.g. to support Brazilian:

  "_locales": [
    "pt-BR"
  ],

However, you should use the DevTools to get exact locale/language.

@suzeyanzhu
Copy link
Author

suzeyanzhu commented Aug 26, 2023

I have updated it to v13.16. I will provide a method that allows other update it from outside soon.

You can follow the building guide in readme and these setps to update locally:

...

very Thanks

@nomi-san nomi-san pinned this issue Oct 21, 2023
@nomi-san nomi-san added enhancement New feature or request question Further information is requested labels Oct 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants