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

Polkascan internationalization: Dutch translation #12

Open
emielsebastiaan opened this issue Mar 5, 2020 · 0 comments
Open

Polkascan internationalization: Dutch translation #12

emielsebastiaan opened this issue Mar 5, 2020 · 0 comments
Assignees

Comments

@emielsebastiaan
Copy link
Contributor

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

  • Dutch 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 Dutch language on the top-right side of the screen.
  • Make modifications in the Dutch language pack (src\assets\i18n\nl.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 self-assigned this Mar 5, 2020
@emielsebastiaan emielsebastiaan added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Mar 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant