Shoalsteed / I2P-Secure-Design-Collective

1 stars 0 forks source link

I2P Localization Admin Responsibilities Guide #96

Open Shoalsteed opened 2 years ago

Shoalsteed commented 2 years ago

Outline how project pulls translations, monitoring process and how often that gets checked. When announcements are made. Do we check in on Tx issues? Who does that and how often?

Shoalsteed commented 2 years ago

https://docs.transifex.com/client/client-configuration https://docs.transifex.com/client/introduction https://docs.transifex.com/client/installing-the-client

https://i2pgit.org/i2p-hackers/i2p.www/-/commit/53bdcd8d57bfaa8554a4da58d20499ea8dcec23b

Shoalsteed commented 2 years ago

git wrapper/extension for people to use to review code, just copy this script to /usr/local/bin/git

!/bin/bash

function run_git(){ real_git=$(which -a git | sed '2 !d;') bash -c "$real_git $(printf ' %q' "$@")" }

if [ -t 1 ]; then case "$*" in log) run_git log --stat -p exit $? ;; esac fi

run_git "$@"

eyedeekay commented 2 years ago

Knowns re the website: