summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-07-17 08:39:45 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-07-17 09:01:40 +1000
commit6349214f000fcece292fb7e1176fee833adcdf59 (patch)
treeadefb54b04f9a728d87698a280d0ffa005ea7fb9 /pkg/i18n/polish.go
parent96f821b84100a75852715d6e4975f3a62cad7fbb (diff)
prompt to commit all files if committing with no staged files
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index e42d726e2..54ba3bd2c 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -129,9 +129,6 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CannotGitAdd",
Other: "Nie można git add --patch nieśledzonych plików",
}, &i18n.Message{
- ID: "NoStagedFilesToCommit",
- Other: "Brak zatwierdzonych plików do commita",
- }, &i18n.Message{
ID: "NoFilesDisplay",
Other: "Brak pliku do wyświetlenia",
}, &i18n.Message{
@@ -749,6 +746,12 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "commitPrefixPatternError",
Other: "Error in commitPrefix pattern",
+ }, &i18n.Message{
+ ID: "NoFilesStagedTitle",
+ Other: "No files staged",
+ }, &i18n.Message{
+ ID: "NoFilesStagedPrompt",
+ Other: "You have not staged any files. Commit all files?",
},
)
}