-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Conversation
@TomMalbran Would you please take a look at this one? |
@@ -155,6 +155,7 @@ define({ | |||
// File menu commands | |||
"FILE_MENU" : "Файл", | |||
"CMD_FILE_NEW" : "Новый файл", | |||
"CMD_FILE_NEW_UNTITLED" : "Новый", |
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.
Could you place this string before File New?
Sure. Besides those 2 small nits the translations look good. I could only check them with Google translate and seeing some of the previous translations. @pthiess Do we still need a peer review even for this small translations? If we do, @sergeizelenyi do you know someone that can speak Russian and verify these translations? |
@sergeizelenyi Do you want to do those small fixes? |
@sergeizelenyi @TomMalbran Does somebody of you take care of this? This would be great and we could merge the PR. Thanks. |
I don't know Russian, but I think the text are good. So the other 2 changes are easy to make and merge, or make after merging. |
@TomMalbran the text is OK. |
Great. I'll merge this and fix the other 2 issues. |
Update Russian localization
…ile-system * origin/master: (1140 commits) Typo fix Set sprint 37 Add session scope Fix signature of `setValueAndSave` Unit test for bug #6609 (Fast file replacement operations can be missed) Dispatch a FileSystem "change" event even when a dir change yields empty added/removed lists - because there's a delay between the change occurring and the time we re-read the dir contents in response, we might see back-to-back changes (e.g. a delete-recreate pair) as a no-op even though something definitely changed. See #6609 for an example bug. Update NOTICE Define self to prevent exception, for #6607 Better doc comment for `Scope.set` Changes based on review comments Maintain the original line endings in preferences files Properly reconfigure the user prefs in test windows. Set preferences are, by default, set in the context in which they are defined. Nits fixed revert submodule add add required success/error callbacks for jstree load_node Nit fixes after PR #6123 Updated by ALF automation. Setting the side toolabr to the top remove unwatchPathsWithPrefix and consilidate with unwatchPath ... Conflicts: package.json src/config.json src/document/DocumentCommandHandlers.js src/extensibility/ExtensionManager.js src/filesystem/FileSystem.js src/filesystem/FileSystemManager.js src/nls/root/strings.js src/project/ProjectManager.js src/styles/brackets_patterns_override.less src/utils/ExtensionLoader.js
No description provided.