summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2019-03-16 11:31:09 +1100
committerJesse Duffield <jessedduffield@gmail.com>2019-03-16 11:38:16 +1100
commit43e5c042a2595ebfcf1109b989db94600dac530a (patch)
tree5317cf3255f701e96f498565789f686eabe1e764 /pkg/i18n/polish.go
parent39844ffef9987a8ee6ff97d68491dc766079f07b (diff)
prompt user to git init when outside a repo
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 2eaddeff1..b459c6ee3 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -653,6 +653,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "DisabledForGPG",
Other: "Feature not available for users using GPG",
+ }, &i18n.Message{
+ ID: "CreateRepo",
+ Other: "Not in a git repository. Create a new git repository? (y/n): ",
},
)
}