-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Conversation
"UNTITLED" : "Unbenannt", | ||
"PROJECT_LOADING" : "Lädt\u2026", | ||
"UNTITLED" : "Unbenannt", | ||
"WORKING_FILES" : "Arbeitsdateien", |
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.
Wouldn't something like "Offene Dateien" be more appropriate?
Use suggestion by @WebsiteDeveloper
// extensions/default/QuickView | ||
"CMD_ENABLE_QUICK_VIEW" : "Schnellansicht bei Hover", | ||
|
||
"EXTENSION_AUTHOR" : "Autor", |
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.
These duplicate keys are causing the build errors on Travis CI.
@mynetx Thanks for reviewing and updating.I'm ok with merging this once the merge conflicts have been resolved. Thanks, |
@pthiess The conflicts have already been resolved, see CI: https://travis-ci.org/adobe/brackets/builds/7098394. |
@@ -285,6 +294,9 @@ define({ | |||
"BASEURL_ERROR_UNKOWN_ERROR" : "Unbekannter Fehler beim Verarbeiten der Basis-URL", | |||
|
|||
// Extension Management strings | |||
"INSTALL" : "Installieren", |
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 this is duplicated from line 274.
Travis picked up one more duplicate key. See my recent comment. |
@mynetx Please remove line 297 and I or Jason will go ahead and merge it in. Thanks a ton again for keeping German up to date. |
Update 'de' locale for sprint 24, 25
It looks like this merge has just removed the require/text/i18n submodules. |
We should probably have docs somewhere about how to make sure submodules are properly handled during a merge. This has bitten @larz0 as well, and is becoming more common now that we have more submodules being updated more frequently. I'm out right now, but we should have someone fix this ASAP. |
Also, we should add something to the pull request checklist to double check that there don't seem to be any spurious submodule SHA changes before merging. |
Submodules fixed in #3895 |
@pthiess