diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-03-24 00:05:39 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-03-27 22:32:25 +0200 |
commit | dfef7e3acae8e0ccac523bf6a4e70f9b7e6e67a4 (patch) | |
tree | c9e3e98f7d9e1d8ac2e9012ae9b15e9dcc58e6a7 /main.go | |
parent | dd2903c45eebfcefae1c535c288396e120292dc8 (diff) |
[i18n] simplify i18n strings
Let's make the application name configurable.
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,7 +24,8 @@ import ( ) const ( - provider = "riseup.net" + provider = "riseup.net" + applicationName = "RiseupVPN" ) var printer *message.Printer |