From 7aa96cb396a84cf7a2818a23efb7f80d82a6fbbe Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 16 Oct 2020 02:17:09 +0200 Subject: [pkg] rename to make-installer --- README.md | 39 ++++++++++----------------------------- 1 file changed, 10 insertions(+), 29 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bcb6f28..699a14e 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,18 @@ For other situations, have a look at https://github.com/golang/go/wiki/Ubuntu or OSX ----------- -Using homebrew: +--- + +You can install dependencies with homebrew: ``` git clone 0xacab.org/leap/bitmask-vpn && cd bitmask-vpn make depends make build - ``` -Running tests -------------- +Test +---- ``` sudo apt install qml-module-qttest @@ -44,33 +44,14 @@ Running tests ``` -i18n ----- - -TODO: move this to developer docs - -The translations are done in transifex. To help us contribute your translations there and/or review the existing -ones: -https://www.transifex.com/otf/bitmask/RiseupVPN/ - -When a string has being modified you need to regenerate the locales: -``` - make generate_locales -``` - - -To fetch the translations from transifex and rebuild the catalog.go (API\_TOKEN is the transifex API token): -``` - API_TOKEN='xxxxxxxxxxx' make locales -``` -There is some bug on gotext and the catalog.go generated doesn't have a package, you will need to edit -cmd/bitmask-vpn/catalog.go and to have a `package main` at the beginning of the file. +Translations +------------ -If you want to add a new language create the folder `locales/$lang` before running `make locales`. +We use [transifex](https://www.transifex.com/otf/bitmask/RiseupVPN/) to coordinate translations. Any help is welcome! -Report an issue -------------------- +Bugs? +----- When you report an issue include the following information: -- cgit v1.2.3