Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Update strings for 1.5 #202

Merged
merged 2 commits into from
Oct 8, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions updates/stable/de.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
[
{
"buildNumber": 16538,
"versionString": "Release 1.5",
"dateString": "09.10.2015",
"releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-1.5",
"downloadURL": "http://brackets.io",
"newFeatures": [
{
"name": "Fold Selected Text",
"description": "Select any text block in the editor and fold markers will appear to collapse the selected text."
},
{
"name": "Improved Stability and Instant Search",
"description": "Major stability and performance improvements. Find in Files can now index and search robustly in thousands of files instantly."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nethip "Instant Search" was a feature in 1.4 as well, so this heading seems confusing to me. Maybe this could say something like...

"Instant Search: Improved Stability and Performance"

},
{
"name": "CSS Code Hints in PHP",
"description": "CSS code hints are now available for style elements inside PHP files."
},
{
"name": "Remember Linter collapsed",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nethip The grammar here is wrong. Can we change to: "Remember Collapsed Linters"

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure!

"description": "Remember collapsed state of linters on switching files."
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume it's also remembered when closing/reopening Brackets, etc? Should we say something more general here?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah you are right! I think it is a good idea to mention here in the release notes, rather than here. Thoughts?

}
]
},
{
"buildNumber": 16380,
"versionString": "Release 1.4",
Expand Down
25 changes: 25 additions & 0 deletions updates/stable/en.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
[
{
"buildNumber": 16538,
"versionString": "Release 1.5",
"dateString": "10-09-2015",
"releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-1.5",
"downloadURL": "http://brackets.io",
"newFeatures": [
{
"name": "Fold Selected Text",
"description": "Select any text block in the editor and fold markers will appear to collapse the selected text."
},
{
"name": "Improved Stability and Instant Search",
"description": "Major stability and performance improvements. Find in Files can now index and search robustly in thousands of files instantly."
},
{
"name": "CSS Code Hints in PHP",
"description": "CSS code hints are now available for style elements inside PHP files."
},
{
"name": "Remember Linter collapsed",
"description": "Remember collapsed state of linters on switching files."
}
]
},
{
"buildNumber": 16380,
"versionString": "Release 1.4",
Expand Down
25 changes: 25 additions & 0 deletions updates/stable/es.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,29 @@
[
{
"buildNumber": 16538,
"versionString": "Release 1.5",
"dateString": "09-10-2015",
"releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-1.5",
"downloadURL": "http://brackets.io",
"newFeatures": [
{
"name": "Fold Selected Text",
"description": "Select any text block in the editor and fold markers will appear to collapse the selected text."
},
{
"name": "Improved Stability and Instant Search",
"description": "Major stability and performance improvements. Find in Files can now index and search robustly in thousands of files instantly."
},
{
"name": "CSS Code Hints in PHP",
"description": "CSS code hints are now available for style elements inside PHP files."
},
{
"name": "Remember Linter collapsed",
"description": "Remember collapsed state of linters on switching files."
}
]
},
{
"buildNumber": 16380,
"versionString": "Release 1.4",
Expand Down
25 changes: 25 additions & 0 deletions updates/stable/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
[
{
"buildNumber": 16538,
"versionString": "Release 1.5",
"dateString": "09-10-2015",
"releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-1.5",
"downloadURL": "http://brackets.io",
"newFeatures": [
{
"name": "Fold Selected Text",
"description": "Select any text block in the editor and fold markers will appear to collapse the selected text."
},
{
"name": "Improved Stability and Instant Search",
"description": "Major stability and performance improvements. Find in Files can now index and search robustly in thousands of files instantly."
},
{
"name": "CSS Code Hints in PHP",
"description": "CSS code hints are now available for style elements inside PHP files."
},
{
"name": "Remember Linter collapsed",
"description": "Remember collapsed state of linters on switching files."
}
]
},
{
"buildNumber": 16380,
"versionString": "Release 1.4",
"dateString": "27-07-2015",
Expand Down
25 changes: 25 additions & 0 deletions updates/stable/ja.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
[
{
"buildNumber": 16538,
"versionString": "Release 1.5",
"dateString": "2015-10-09",
"releaseNotesURL": "https://github.com/adobe/brackets/wiki/Release-Notes:-1.5",
"downloadURL": "http://brackets.io",
"newFeatures": [
{
"name": "Fold Selected Text",
"description": "Select any text block in the editor and fold markers will appear to collapse the selected text."
},
{
"name": "Improved Stability and Instant Search",
"description": "Major stability and performance improvements. Find in Files can now index and search robustly in thousands of files instantly."
},
{
"name": "CSS Code Hints in PHP",
"description": "CSS code hints are now available for style elements inside PHP files."
},
{
"name": "Remember Linter collapsed",
"description": "Remember collapsed state of linters on switching files."
}
]
},
{
"buildNumber": 16380,
"versionString": "Release 1.4",
"dateString": "2015-07-27",
Expand Down