Skip to content
This repository has been archived by the owner on Feb 3, 2022. It is now read-only.

Polkascan internationalization: Korean translation #4

Closed
emielsebastiaan opened this issue Mar 4, 2020 · 8 comments
Closed

Polkascan internationalization: Korean translation #4

emielsebastiaan opened this issue Mar 4, 2020 · 8 comments
Labels
bounty-awaiting-approval Bounty awaiting approval bounty-s Bounty Small

Comments

@emielsebastiaan
Copy link
Contributor

emielsebastiaan commented Mar 4, 2020

Polkascan internationalization: Korean 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

  • Korean language native.
  • Conceptual understanding of Blockchain, Polkadot and Substrate.
  • Capable of translation or transliteration of technical notions and terminology.
  • Our preference goes to a current Polkadot Ambassador.

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

  • Select the Korean language on the top-right side of the screen.
  • Make modifications in the Korean language pack (src\assets\i18n\ko.json)
  • Refresh in browser to check modifications

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
@emielsebastiaan emielsebastiaan added help wanted Extra attention is needed bounty-awaiting-approval Bounty awaiting approval bounty-s Bounty Small and removed help wanted Extra attention is needed labels Mar 5, 2020
@gitcoinbot
Copy link

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


This issue now has a funding of 150.0 DAI (150.0 USD @ $1.0/DAI) attached to it as part of the web3foundation fund.

@gitcoinbot
Copy link

gitcoinbot commented May 21, 2020

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


Work has been started.

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

1) problem-halting has been approved to start work.

I am a native Korean speaker. I speak Korean and English fluently. I am also a writer and I write in both languages -- see my portfolio at jjbaek.com. Let me translate this for you.

Learn more on the Gitcoin Issue Details page.

@gitcoinbot
Copy link

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


Work for 150.0 DAI (150.0 USD @ $1.0/DAI) has been submitted by:

  1. @problem-halting

@Web3Foundation please take a look at the submitted work:

  • PR by @problem-halting

@emielsebastiaan
Copy link
Contributor Author

Thank you for your efforts @problem-halting

Would you please be so kind to send me a signed Contributor License Agreement as mentioned in this issue? You can send that signed document to "emiel AT web3scan DOT eu".

After that I'll ask to get this merged and we can go towards bounty payout.

@jong-min-baek
Copy link
Contributor

Sent! Thank you!

@emielsebastiaan
Copy link
Contributor Author

The Korean language pack has been merged and accepted. We'll close this issue in order for the Gitcoin Bounty to go to payout. Thank you very much @problem-halting

image

@gitcoinbot
Copy link

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


The funding of 150.0 DAI (150.0 USD @ $1.0/DAI) attached to this issue has been approved & issued to @problem-halting.

@Web3Foundation
Copy link

Web3Foundation commented May 29, 2020

@problem-halting Thank you very much for taking part in this bounty! We are trying to continuously improve the program and would like to ask you to take a minute and fill out this survey: https://info.polkadot.network/bounty-completion-satisfaction-survey Your response and contribution is highly appreciated!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bounty-awaiting-approval Bounty awaiting approval bounty-s Bounty Small
Projects
None yet
Development

No branches or pull requests

4 participants