Skip to content

Commit

Permalink
publishing 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Whitlock committed Oct 23, 2016
1 parent 7865c0e commit 669ee81
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions languages/loco.pot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-10-21 12:03+0000\n"
"POT-Creation-Date: 2016-10-23 09:48+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n"
Expand Down Expand Up @@ -201,27 +201,27 @@ msgid "Other"
msgstr ""

#. Shows total string count at top of editor
#: src/gettext/Metadata.php:191 src/js/Strings.php:35
#: src/gettext/Metadata.php:188 src/js/Strings.php:35
#, php-format
msgid "1 string"
msgid_plural "%s strings"
msgstr[0] ""
msgstr[1] ""

#. Shows percentage translated at top of editor
#: src/gettext/Metadata.php:201 src/js/Strings.php:38
#: src/gettext/Metadata.php:198 src/js/Strings.php:38
#, php-format
msgid "%s%% translated"
msgstr ""

#. Shows number of fuzzy strings at top of editor
#: src/gettext/Metadata.php:203 src/js/Strings.php:41
#: src/gettext/Metadata.php:200 src/js/Strings.php:41
#, php-format
msgid "%s fuzzy"
msgstr ""

#. Shows number of untranslated strings at top of editor
#: src/gettext/Metadata.php:206 src/js/Strings.php:44
#: src/gettext/Metadata.php:203 src/js/Strings.php:44
#, php-format
msgid "%s untranslated"
msgstr ""
Expand Down
4 changes: 2 additions & 2 deletions loco.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://wordpress.org/plugins/loco-translate/
Description: Translate themes and plugins directly in WordPress
Author: Tim Whitlock
Version: 2.0.9-dev
Version: 2.0.9
Author URI: https://localise.biz/wordpress/plugin
Text Domain: loco
Domain Path: /languages/
Expand Down Expand Up @@ -45,7 +45,7 @@ function loco_plugin_file(){
* @return string
*/
function loco_plugin_version(){
return '2.0.9-dev';
return '2.0.9';
}


Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: timwhitlock
Tags: translation, translators, localization, localisation, l10n, i18n, Gettext, PO, MO, productivity
Requires at least: 4.1
Tested up to: 4.6.1
Stable tag: 2.0.8
Stable tag: 2.0.9
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -88,7 +88,7 @@ Help is provided via the [plugin support forum](https://wordpress.org/support/pl
= 2.0.9 =
* Bumped minimum WordPress version to 4.1
* Some optimisation of transient caching
* Fixed settings bug and missing hash table class
* Fixed hash table settings bug

= 2.0.8 =
* Source refs fix for files in unknown subsets
Expand Down

0 comments on commit 669ee81

Please sign in to comment.