polkascan / polkascan-explorer-gui

Polkascan Explorer GUI
GNU General Public License v3.0
4 stars 38 forks source link

Polkascan internationalization: Thai translation #11

Closed emielsebastiaan closed 4 years ago

emielsebastiaan commented 4 years ago

Polkascan internationalization: Thai translation

About Polkascan OS (for Polkadot Runtime Environments)

Polkascan OS provides an open-source block explorer for any Substrate-based blockchain. Polkascan OS consists of a number of distinct software artifacts which collectively orchestrate Polkascan. The Harvester transforms a Substrate node’s raw data into relational data, with the help of Substrate Interface Library and the SCALE Codec Library. The produced relational data is disseminated by the Explorer API and in turn made accessible to end-users by the Explorer GUI. We have chosen to provide full Docker support for all our artifacts, hence all our repositories have Dockerfiles in their root. All these open-source software artifacts and many others can be found in the Polkascan organization on GitHub (https://github.com/polkascan).

Internationalization of Polkascan OS Explorer GUI

The Polkascan OS Explorer GUI (https://github.com/polkascan/polkascan-pre-explorer-gui) is an Angular application. Previous work has implemented internationalization & localization standards for the Angular application. Currently the application supports the English and Chinese languages.

Additional translations of Polkascan OS Explorer GUI

This issue specifies a request to extend the Angular application with additional languages. This in turn will make Polkascan OS available and user-friendly to a worldwide audience in multiple languages and with multiple localization settings.

afbeelding

Deliverables

Skills

Requirements for work to be approved

Getting started with Docker

git clone https://github.com/polkascan/polkascan-explorer-gui.git
cd polkascan-explorer-gui
git checkout feature/i18n
docker build -t polkascan-explorer-gui:latest .
docker run --rm -p 8000:80 --mount type=bind,source="$(pwd)"/src/assets/i18n,target=/usr/share/nginx/html/assets/i18n polkascan-explorer-gui:latest

Run in a browser (e.g. Firefox): http://127.0.0.1:8000

Cleanup Docker

use with caution

# remove unused docker images
docker system prune
# stop & remove all docker containers
docker system prune -a
# remove docker volumes
docker volume prune
gitcoinbot commented 4 years ago

Issue Status: 1. Open 2. Started 3. Submitted 4. Done


Workers have applied to start work.

These users each claimed they can complete the work by 266 years, 3 months from now. Please review their action plans below:

1) kedmertens has applied to start work _(Funders only: approve worker | reject worker)_.

Hi! I would like to contribute to your project. I'll work on translation of GUI with my friend, she is native speaker. I speak French, Russian, English and have experience with blockchain. Both of us have technical background and have written technical documentation and reports. I'll do cross check between already approved translations to guide us. We will try to accomplish it by the end of 09.08.2020. We both will sign contributor agreement.

Learn more on the Gitcoin Issue Details page.

kedMertens commented 4 years ago

@emielvanderhoek @arjanz could you please approve me so that I can submit work from gitcoin?

kedMertens commented 4 years ago

@emielvanderhoek, @arjanz any feedback on the issue?

kedMertens commented 4 years ago

@Web3Foundation, @emielvanderhoek any progress ?

Web3Foundation commented 4 years ago

@emielvanderhoek I see that @kedMertens has already submitted a PR that was merged https://github.com/polkascan/polkascan-explorer-gui/pull/35

Are you satisfied with the work and we can proceed with the payout?

emielsebastiaan commented 4 years ago

Yes all good. Sincere, apologies for the delay. @Web3Foundation payout approved.

kedMertens commented 4 years ago

@emielvanderhoek, @Web3Foundation Thanks! Do I need to do something on gitcoin to proceed?

Web3Foundation commented 4 years ago

@kedMertens Nope! Taking care of things now, thanks for the patience.

Web3Foundation commented 4 years ago

Hey, @kedMertens Thank you for taking part in this bounty and successfully submitting your work! As we try to improve our bounties program, we would like to ask you to fill in this very short survey.

https://info.polkadot.network/bounty-completion-satisfaction-survey

It will take you a minute and can help greatly improve the W3F bounties program.

Thank you, Hutch - Contact me at chris@web3.foundation if you have any concerns!