-
Notifications
You must be signed in to change notification settings - Fork 67
🐛 [fix] Fix a bug of not-localized Packages-menu and View-menu #303
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
Open
juggernautjp
wants to merge
2
commits into
liuderchi:main
Choose a base branch
from
juggernautjp:fix/not-localized-package-menu
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,15 @@ | ||
| About: | ||
| tabTitle: "عن" | ||
| releaseNotes: "ملاحظات الإصدار" | ||
| newUpdate: "تحديث جديد" | ||
| upToDate: "اتوم محدث لآخر إصدار!" | ||
| checkingForUpdates: "يجري التحقق من التحديثات..." | ||
| checkUpdatesNow: "تحقق الآن" | ||
| automaticDownloadUpdates: "تنزيل التحديثات آليا" | ||
| restartInstall: "أعد التشغيل وثبت" | ||
| license: "الرخصة" | ||
| termsOfUse: "شروط الإستخدام" | ||
| with: " بـ" | ||
| by: " من قبل " | ||
| andTheAwesome: "والرائع " | ||
| atomCommunity: "مجتمع أتوم" | ||
| About: | ||
| tabTitle: "عن" | ||
| releaseNotes: "ملاحظات الإصدار" | ||
| newUpdate: "تحديث جديد" | ||
| upToDate: "اتوم محدث لآخر إصدار!" | ||
| checkingForUpdates: "يجري التحقق من التحديثات..." | ||
| checkUpdatesNow: "تحقق الآن" | ||
| automaticDownloadUpdates: "تنزيل التحديثات آليا" | ||
| restartInstall: "أعد التشغيل وثبت" | ||
| license: "الرخصة" | ||
| termsOfUse: "شروط الإستخدام" | ||
| with: " بـ" | ||
| by: " من قبل " | ||
| andTheAwesome: "والرائع " | ||
| atomCommunity: "مجتمع أتوم" | ||
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,120 +1,120 @@ | ||
| Context: | ||
| "atom-workspace": | ||
| "application:inspect": "تفحص العنصر" | ||
| "atom-text-editor": | ||
| "color-picker:open": "منتقي الألوان" | ||
| "minimap:toggle": "بدل الخريطة المصغرة" | ||
| "atom-text-editor, .overlayer": | ||
| "core:undo": "تراجع" | ||
| "core:redo": "أعد" | ||
| "core:cut": "قص" | ||
| "core:copy": "انسخ" | ||
| "core:paste": "ألصق" | ||
| "core:delete": "احذف" | ||
| "core:select-all": "حدد الكل" | ||
| "pane:split-up-and-copy-active-item": "اقسم للأعلى" | ||
| "pane:split-down-and-copy-active-item": "اقسم للأسفل" | ||
| "pane:split-left-and-copy-active-item": "اقسم يسارا" | ||
| "pane:split-right-and-copy-active-item": "اقسم يمينا" | ||
| "pane:close": "أغلق الجانب" | ||
| "atom-pane": | ||
| "pane:split-up-and-copy-active-item": "اقسم للأعلى" | ||
| "pane:split-down-and-copy-active-item": "اقسم للأسفل" | ||
| "pane:split-left-and-copy-active-item": "اقسم يسارا" | ||
| "pane:split-right-and-copy-active-item": "اقسم يمينا" | ||
| "pane:close": "أغلق الجانب" | ||
| "atom-text-editor:not([mini])": | ||
| "encoding-selector:show": "غير الترميز" | ||
| "spell-check:correct-misspelling": "صحح الهجاء" | ||
| "symbols-view:go-to-declaration": "اذهب إلى الإعلان" | ||
| ".overlayer": | ||
| "grammar-selector:show": "غير النحو" | ||
| ".image-view": | ||
| "image-view:reload": "أعد تحميل الصورة" | ||
| ".tab": | ||
| "tabs:close-tab": "أغلق اللسان" | ||
| "tabs:close-other-tabs": "أغلق الألسنة الأخرى" | ||
| "tabs:close-tabs-to-right": "أغلق الألسنة السابقة" | ||
| "tabs:close-tabs-to-left": "أغلق الألسنة التالية" | ||
| "tabs:close-saved-tabs": "أغلق الألسنة المحفوظة" | ||
| "tabs:close-all-tabs": "أغلق الألسنة جميعا" | ||
| "tabs:split-up": "اقسم للأعلى" | ||
| "tabs:split-down": "اقسم للأسفل" | ||
| "tabs:split-left": "اقسم يمينا" | ||
| "tabs:split-right": "اقسم يسارا" | ||
| ".tab.texteditor": | ||
| "tabs:open-in-new-window": "افتح في نافذة جديدة" | ||
| ".tab.pending-tab": | ||
| "tabs:keep-pending-tab": "احتفظ باللسان الجاري" | ||
| ".tab-bar": | ||
| "pane:reopen-closed-item": "أعد فتح اللسان المغلق" | ||
| ".tree-view .full-menu": | ||
| "tree-view:add-file": "ملف جديد" | ||
| "tree-view:add-folder": "مجلد جديد" | ||
| "tree-view:move": "أعد التسمية" | ||
| "tree-view:duplicate": "ضاعف" | ||
| "tree-view:remove": "احذف" | ||
| "tree-view:copy": "انسخ" | ||
| "tree-view:cut": "قص" | ||
| "tree-view:paste": "ألصق" | ||
| "tree-view:open-selected-entry-up": "اقسم للأعلى" | ||
| "tree-view:open-selected-entry-down": "اقسم للأسفل" | ||
| "tree-view:open-selected-entry-left": "اقسم يسارا" | ||
| "tree-view:open-selected-entry-right": "اقسم يمينا" | ||
| "application:add-project-folder": "أضف مجلد مشروع" | ||
| "tree-view:copy-full-path": "انسخ كامل المسار" | ||
| "tree-view:copy-project-path": "انسخ مسار المشروع" | ||
| "tree-view:open-in-new-window": "افتح في نافذة جديدة" | ||
| '.tree-view .full-menu [is="tree-view-file"]': | ||
| "tree-view:open-selected-entry-up": "اقسم للأعلى" | ||
| "tree-view:open-selected-entry-down": "اقسم للأسفل" | ||
| "tree-view:open-selected-entry-left": "اقسم يسارا" | ||
| "tree-view:open-selected-entry-right": "اقسم يمينا" | ||
| ".tree-view .full-menu .project-root > .header": | ||
| "tree-view:add-file": "ملف جديد" | ||
| "tree-view:add-folder": "مجلد جديد" | ||
| "tree-view:move": "أعد التسمية" | ||
| "tree-view:duplicate": "ضاعف" | ||
| "tree-view:remove": "احذف" | ||
| "tree-view:copy": "انسخ" | ||
| "tree-view:cut": "قص" | ||
| "tree-view:paste": "ألصق" | ||
| "tree-view:open-selected-entry-up": "اقسم للأعلى" | ||
| "tree-view:open-selected-entry-down": "لقسم للأسفل" | ||
| "tree-view:open-selected-entry-left": "لقسم يسارا" | ||
| "tree-view:open-selected-entry-right": "لقسم يمينا" | ||
| "application:add-project-folder": "إضافة مجلد مشروع" | ||
| "tree-view:remove-project-folder": "حذف مجلد مشروع" | ||
| "tree-view:copy-full-path": "انسخ كامل المسار" | ||
| "tree-view:copy-project-path": "انسخ مسار المشروع" | ||
| "tree-view:open-in-new-window": "افتح في نافذة جديدة" | ||
| ".platform-darwin .tree-view .full-menu": | ||
| "tree-view:show-in-file-manager": "اعرض في الموجد" | ||
| ".platform-win32 .tree-view .full-menu": | ||
| "tree-view:show-in-file-manager": "اعرض في المستكشف" | ||
| ".platform-linux .tree-view .full-menu": | ||
| "tree-view:show-in-file-manager": "اعرض في مدير الملفات" | ||
| ".tree-view li.directory": | ||
| "project-find:show-in-current-directory": "ابحث في الدليل" | ||
| ".tree-view .multi-select": | ||
| "tree-view:remove": "احذف" | ||
| "tree-view:copy": "انسخ" | ||
| "tree-view:cut": "قص" | ||
| "tree-view:paste": "ألصق" | ||
| "atom-pane[data-active-item-path] .item-views": | ||
| "tree-view:reveal-active-file": "اكشف في العرض الشجري" | ||
| "atom-pane[data-active-item-path] .tab.active": | ||
| "tree-view:rename": "أعد التسمية" | ||
| "tree-view:reveal-active-file": "اكشف في العرض الشجري" | ||
| ".platform-darwin atom-pane[data-active-item-path] .tab.active": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في الموجد" | ||
| ".platform-win32 atom-pane[data-active-item-path] .tab.active": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في المستكشف" | ||
| ".platform-linux atom-pane[data-active-item-path] .tab.active": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في مدير الملفات" | ||
| ".platform-darwin atom-text-editor:not([mini])": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في الموجد" | ||
| ".platform-win32 atom-text-editor:not([mini])": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في المستكشف" | ||
| ".platform-linux atom-text-editor:not([mini])": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في مدير الملفات" | ||
| Context: | ||
| "atom-workspace": | ||
| "application:inspect": "تفحص العنصر" | ||
| "atom-text-editor": | ||
| "color-picker:open": "منتقي الألوان" | ||
| "minimap:toggle": "بدل الخريطة المصغرة" | ||
| "atom-text-editor, .overlayer": | ||
| "core:undo": "تراجع" | ||
| "core:redo": "أعد" | ||
| "core:cut": "قص" | ||
| "core:copy": "انسخ" | ||
| "core:paste": "ألصق" | ||
| "core:delete": "احذف" | ||
| "core:select-all": "حدد الكل" | ||
| "pane:split-up-and-copy-active-item": "اقسم للأعلى" | ||
| "pane:split-down-and-copy-active-item": "اقسم للأسفل" | ||
| "pane:split-left-and-copy-active-item": "اقسم يسارا" | ||
| "pane:split-right-and-copy-active-item": "اقسم يمينا" | ||
| "pane:close": "أغلق الجانب" | ||
| "atom-pane": | ||
| "pane:split-up-and-copy-active-item": "اقسم للأعلى" | ||
| "pane:split-down-and-copy-active-item": "اقسم للأسفل" | ||
| "pane:split-left-and-copy-active-item": "اقسم يسارا" | ||
| "pane:split-right-and-copy-active-item": "اقسم يمينا" | ||
| "pane:close": "أغلق الجانب" | ||
| "atom-text-editor:not([mini])": | ||
| "encoding-selector:show": "غير الترميز" | ||
| "spell-check:correct-misspelling": "صحح الهجاء" | ||
| "symbols-view:go-to-declaration": "اذهب إلى الإعلان" | ||
| ".overlayer": | ||
| "grammar-selector:show": "غير النحو" | ||
| ".image-view": | ||
| "image-view:reload": "أعد تحميل الصورة" | ||
| ".tab": | ||
| "tabs:close-tab": "أغلق اللسان" | ||
| "tabs:close-other-tabs": "أغلق الألسنة الأخرى" | ||
| "tabs:close-tabs-to-right": "أغلق الألسنة السابقة" | ||
| "tabs:close-tabs-to-left": "أغلق الألسنة التالية" | ||
| "tabs:close-saved-tabs": "أغلق الألسنة المحفوظة" | ||
| "tabs:close-all-tabs": "أغلق الألسنة جميعا" | ||
| "tabs:split-up": "اقسم للأعلى" | ||
| "tabs:split-down": "اقسم للأسفل" | ||
| "tabs:split-left": "اقسم يمينا" | ||
| "tabs:split-right": "اقسم يسارا" | ||
| ".tab.texteditor": | ||
| "tabs:open-in-new-window": "افتح في نافذة جديدة" | ||
| ".tab.pending-tab": | ||
| "tabs:keep-pending-tab": "احتفظ باللسان الجاري" | ||
| ".tab-bar": | ||
| "pane:reopen-closed-item": "أعد فتح اللسان المغلق" | ||
| ".tree-view .full-menu": | ||
| "tree-view:add-file": "ملف جديد" | ||
| "tree-view:add-folder": "مجلد جديد" | ||
| "tree-view:move": "أعد التسمية" | ||
| "tree-view:duplicate": "ضاعف" | ||
| "tree-view:remove": "احذف" | ||
| "tree-view:copy": "انسخ" | ||
| "tree-view:cut": "قص" | ||
| "tree-view:paste": "ألصق" | ||
| "tree-view:open-selected-entry-up": "اقسم للأعلى" | ||
| "tree-view:open-selected-entry-down": "اقسم للأسفل" | ||
| "tree-view:open-selected-entry-left": "اقسم يسارا" | ||
| "tree-view:open-selected-entry-right": "اقسم يمينا" | ||
| "application:add-project-folder": "أضف مجلد مشروع" | ||
| "tree-view:copy-full-path": "انسخ كامل المسار" | ||
| "tree-view:copy-project-path": "انسخ مسار المشروع" | ||
| "tree-view:open-in-new-window": "افتح في نافذة جديدة" | ||
| '.tree-view .full-menu [is="tree-view-file"]': | ||
| "tree-view:open-selected-entry-up": "اقسم للأعلى" | ||
| "tree-view:open-selected-entry-down": "اقسم للأسفل" | ||
| "tree-view:open-selected-entry-left": "اقسم يسارا" | ||
| "tree-view:open-selected-entry-right": "اقسم يمينا" | ||
| ".tree-view .full-menu .project-root > .header": | ||
| "tree-view:add-file": "ملف جديد" | ||
| "tree-view:add-folder": "مجلد جديد" | ||
| "tree-view:move": "أعد التسمية" | ||
| "tree-view:duplicate": "ضاعف" | ||
| "tree-view:remove": "احذف" | ||
| "tree-view:copy": "انسخ" | ||
| "tree-view:cut": "قص" | ||
| "tree-view:paste": "ألصق" | ||
| "tree-view:open-selected-entry-up": "اقسم للأعلى" | ||
| "tree-view:open-selected-entry-down": "لقسم للأسفل" | ||
| "tree-view:open-selected-entry-left": "لقسم يسارا" | ||
| "tree-view:open-selected-entry-right": "لقسم يمينا" | ||
| "application:add-project-folder": "إضافة مجلد مشروع" | ||
| "tree-view:remove-project-folder": "حذف مجلد مشروع" | ||
| "tree-view:copy-full-path": "انسخ كامل المسار" | ||
| "tree-view:copy-project-path": "انسخ مسار المشروع" | ||
| "tree-view:open-in-new-window": "افتح في نافذة جديدة" | ||
| ".platform-darwin .tree-view .full-menu": | ||
| "tree-view:show-in-file-manager": "اعرض في الموجد" | ||
| ".platform-win32 .tree-view .full-menu": | ||
| "tree-view:show-in-file-manager": "اعرض في المستكشف" | ||
| ".platform-linux .tree-view .full-menu": | ||
| "tree-view:show-in-file-manager": "اعرض في مدير الملفات" | ||
| ".tree-view li.directory": | ||
| "project-find:show-in-current-directory": "ابحث في الدليل" | ||
| ".tree-view .multi-select": | ||
| "tree-view:remove": "احذف" | ||
| "tree-view:copy": "انسخ" | ||
| "tree-view:cut": "قص" | ||
| "tree-view:paste": "ألصق" | ||
| "atom-pane[data-active-item-path] .item-views": | ||
| "tree-view:reveal-active-file": "اكشف في العرض الشجري" | ||
| "atom-pane[data-active-item-path] .tab.active": | ||
| "tree-view:rename": "أعد التسمية" | ||
| "tree-view:reveal-active-file": "اكشف في العرض الشجري" | ||
| ".platform-darwin atom-pane[data-active-item-path] .tab.active": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في الموجد" | ||
| ".platform-win32 atom-pane[data-active-item-path] .tab.active": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في المستكشف" | ||
| ".platform-linux atom-pane[data-active-item-path] .tab.active": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في مدير الملفات" | ||
| ".platform-darwin atom-text-editor:not([mini])": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في الموجد" | ||
| ".platform-win32 atom-text-editor:not([mini])": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في المستكشف" | ||
| ".platform-linux atom-text-editor:not([mini])": | ||
| "tree-view:show-current-file-in-file-manager": "اعرض في مدير الملفات" |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Looks like there are some whitespace changes, please help remove these, thanks!
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 am sorry to reply so late. I do not understand the situation, because I have never pushed
def/ar/about.csonyet.And
def/ar/about.csonin my local repository is the just the same as that of atom-i18n version 0.25.0, with WinMerge tools.I noticed that some source code (*.js) and json files used LF as the line separator, and now, use CRLF as it.
So, the files that I pushed as Pull Request use CRLF. Should I push
def/ar/about.csonwith CRLF?Uh oh!
There was an error while loading. Please reload this page.
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.
@juggernautjp You may just merge the latest
mainbranch and push, to update this PR and resolve conflict.