Skip to content

codeforeurope/trinkwasser

 
 

Repository files navigation

Status

David

Drinking water visualization: Hardness, contents and cost

  • In the converter/ folder, you find raw data and small scripts that will process the rawdata into a model for the website
  • In the src/ folder, you will find HTML, CSS und JavaScript that will visualize the drinkingwater information.
  • When you use grunt, a build directory will be created with translated sections for all supported languages.

i18n

This project uses transifex for translation. Translations can be found or created at https://www.transifex.com/codeforeurope/trinkwasser/languages/ Please install the transifex client to pull languages. Install your login credentials to ~/.transifexrc

[https://www.transifex.com]
hostname = https://www.transifex.com
password = pwd
token =
username = username

To pull down locale

tx pull -a

After editing localisation changes in lang/locale/{lang}

If you not in the language team you will not be able to push to transifex. If you do have transifex set up correctly; delete the other languages before saving the .po file you edited and executing.

tx push -t

Run

npm install .
npm start

Git

before pushing your changes please do a pull request

git pull https://github.com/codeforeurope/trinkwasser.git master

Sources:

About

General Site for Transparent Water Initiative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 49.9%
  • JavaScript 49.4%
  • Other 0.7%