-
Notifications
You must be signed in to change notification settings - Fork 15
New Crowdin translations by Github Action #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgstr "" | |
| "Language: de\n" | ||
| "Project-Id-Version: snapsmetamask\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "PO-Revision-Date: 2025-04-01 09:09\n" | ||
| "PO-Revision-Date: 2025-06-27 11:24\n" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Revision date set to past dateThe Additional Locations (2)There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Revision date set to past timestampThe Additional Locations (2) |
||
| "Last-Translator: \n" | ||
| "Language-Team: German\n" | ||
| "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgstr "" | |
| "Language: ja\n" | ||
| "Project-Id-Version: snapsmetamask\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "PO-Revision-Date: 2025-04-01 09:09\n" | ||
| "PO-Revision-Date: 2025-06-27 11:24\n" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Incorrect Timestamp in Translation FilesThe Additional Locations (1) |
||
| "Last-Translator: \n" | ||
| "Language-Team: Japanese\n" | ||
| "Plural-Forms: nplurals=1; plural=0;\n" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgstr "" | |
| "Language: pt\n" | ||
| "Project-Id-Version: snapsmetamask\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "PO-Revision-Date: 2025-04-01 09:09\n" | ||
| "PO-Revision-Date: 2025-06-27 11:24\n" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Incorrect Translation TimestampThe Additional Locations (1) |
||
| "Last-Translator: \n" | ||
| "Language-Team: Portuguese, Brazilian\n" | ||
| "Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ msgstr "" | |
| "Language: ru\n" | ||
| "Project-Id-Version: snapsmetamask\n" | ||
| "Report-Msgid-Bugs-To: \n" | ||
| "PO-Revision-Date: 2025-04-01 09:09\n" | ||
| "PO-Revision-Date: 2025-06-27 11:24\n" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Locale Files Have Incorrect Hardcoded Revision DateThe Additional Locations (1) |
||
| "Last-Translator: \n" | ||
| "Language-Team: Russian\n" | ||
| "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug: Future revision date breaks synchronization and translation tools
The PO-Revision-Date has been set to a future date (2025-06-27) which is impossible given that today's date is 2025-11-02. This appears to be a data entry error where the month and day were likely swapped (should be 2025-11-27 or perhaps 2024-06-27). This invalid timestamp could cause issues with translation tools that rely on accurate revision dates for synchronization and version tracking.