mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-15 16:11:06 +00:00
fix: update URLs, logos, and package versions
- Fix GitHub URLs from pezkuwi-js/apps to pezkuwichain/pezkuwi-apps - Fix wiki URL from wiki.pezkuwi.network to wiki.pezkuwichain.io - Fix support/statement URLs to use pezkuwichain.io domain - Fix chain logos import (use variables instead of strings) - Update @pezkuwi/networks to ^14.0.9 - Update @pezkuwi/types-known to ^16.5.8
This commit is contained in:
@@ -14,11 +14,11 @@ Here you will find a dropdown of all the available languages and all the modules
|
||||
|
||||
- adjust any strings as required
|
||||
- once completed with the changes, click the `Generate translation.json` button to download the translation file
|
||||
- this file can now be added to the repo with a PR to https://github.com/pezkuwi-js/apps/tree/master/packages/apps/public/locales
|
||||
- this file can now be added to the repo with a PR to https://github.com/pezkuwichain/pezkuwi-apps/tree/master/packages/apps/public/locales
|
||||
|
||||
|
||||
## Adding a new language (if not in dropdown above)
|
||||
|
||||
The process is similar for the above, but does require a new folder with the language identifier to be added. Create [packages/apps/public/locales/<id>](https://github.com/pezkuwi-js/apps/tree/master/packages/apps/public/locales) folder with an empty `translation.json` (containing only `{}`). After addition of the folder, run `yarn build:i18n` and then the new language will be available for update as per the process in the previous section.
|
||||
The process is similar for the above, but does require a new folder with the language identifier to be added. Create [packages/apps/public/locales/<id>](https://github.com/pezkuwichain/pezkuwi-apps/tree/master/packages/apps/public/locales) folder with an empty `translation.json` (containing only `{}`). After addition of the folder, run `yarn build:i18n` and then the new language will be available for update as per the process in the previous section.
|
||||
|
||||
In addition to the language folder, the language also needs to be added to the dropdown for available languages, this can be found in [packages/apps-config/src/settings/languages.ts](https://github.com/pezkuwi-js/apps/blob/master/packages/apps-config/src/settings/languages.ts)
|
||||
In addition to the language folder, the language also needs to be added to the dropdown for available languages, this can be found in [packages/apps-config/src/settings/languages.ts](https://github.com/pezkuwichain/pezkuwi-apps/blob/master/packages/apps-config/src/settings/languages.ts)
|
||||
|
||||
Reference in New Issue
Block a user