Skip to content

Commit

Permalink
adding git diff for changes
Browse files Browse the repository at this point in the history
Signed-off-by: R-Lawton <[email protected]>

Signed-off-by: R-Lawton <[email protected]>
  • Loading branch information
R-Lawton committed Oct 23, 2024
1 parent 35c70ce commit 68dbd9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/i18n.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
if [[ $(git status --porcelain) ]]; then
echo "i18n generation caused changes, failing the build."
git diff
exit 1
else
echo "No changes detected."
Expand Down
6 changes: 3 additions & 3 deletions locales/en/plugin__kuadrant-console-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
"Create": "Create",
"Create AuthPolicy": "Create AuthPolicy",
"Create DNS Policy": "Create DNS Policy",
"Create Gateway": "Create Gateway",
"Create HTTPRoute": "Create HTTPRoute",
"Create Policies in": "Create Policies in",
"Create Policy": "Create Policy",
"Create RateLimit Policy": "Create RateLimit Policy",
Expand Down Expand Up @@ -109,7 +111,5 @@
"Visit the blog": "Visit the blog",
"Weight": "Weight",
"YAML View": "YAML View",
"You can view and create HTTPRoutes": "You can view and create HTTPRoutes",
"Create Gateway": "Create Gateway",
"Create HTTPRoute":"Create HTTPRoute"
"You can view and create HTTPRoutes": "You can view and create HTTPRoutes"
}

0 comments on commit 68dbd9c

Please sign in to comment.