-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1c448c9
commit e06f516
Showing
2 changed files
with
3 additions
and
486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
e06f516
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.
I think those "16" are not missing or actually "missing" inside the locales files?
e06f516
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.
@makowskid, I see that there really is no translation for them:
e06f516
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.
For Iran, two options found in Laravel project files:
https://github.com/Laravel-Lang/lang/blob/main/locales/en/json.json#L300-L301
The script compares specific translation keys with the original without touching other keys.
e06f516
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.
See https://laravel-lang.com/statuses/pl.html
When generating translation statuses in the Lang project, 4 types of headers are used. This means in which files you need to look for keys:
json.json
json-inline.json
php.json
php-inline.json
e06f516
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.
Sorry, updated, PR created.
e06f516
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.
Don't worry, it's ok :)