Skip to content

Commit

Permalink
added note to changelog; updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Jun 15, 2015
1 parent 5581c67 commit 9f19f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This is a changelog for Piwik platform developers. All changes for our HTTP API'

### Breaking Changes
* The `UserSettings` API has been removed. The API was deprecated in earlier versions. Use `DevicesDetection`, `Resolution` and `DevicePlugins` API instead.
* Many translations have been moved to the new Intl plugin. Most of them will still work, but please update their usage. See https://github.com/piwik/piwik/pull/8101 for a full list

### Library updates
* Updated pChart library from 2.1.3 to 2.1.4. The files were moved from the directory `libs/pChart2.1.3` to `libs/pChart`
Expand Down
2 changes: 1 addition & 1 deletion core/Translation/Translator.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ private function getTranslation($id, $lang, $plugin, $key)

/**
* Fallback for keys moved to new Intl plugin to avoid untranslated string in non core plugins
* @todo remove this in a later version
* @todo remove this in Piwik 3.0
*/
if ($plugin != 'Intl') {
if (isset($this->translations[$lang]['Intl'])
Expand Down

0 comments on commit 9f19f3f

Please sign in to comment.