Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
README and Plugin update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Olde Hampsink committed Oct 17, 2014
1 parent 27365f8 commit 505f735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ Plugin that allows you to translate your website.
Features:
- Reads Craft::t(), Craft.t() and ""|t()
- Saves translations in own plugin translations folder
- Frienldy UI (Select locale, search, select location, filter files)
- Friendly UI (Select locale, search, select location, filter files)
- Register your own translation sources with hook "registerTranslateSources"

Todo:
- Better UI (Show filepath, more locations)
Expand All @@ -17,6 +18,9 @@ The plugin's folder should be named "translate"

Changelog
=================
###0.2.4###
- Merge translations so we don't lose translations, fixing issue #1

###0.2.3###
- Added a "registerTranslateSources" hook to add translate sources

Expand Down
2 changes: 1 addition & 1 deletion TranslatePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function getName()

function getVersion()
{
return '0.2.3';
return '0.2.4';
}

function getDeveloper()
Expand Down

0 comments on commit 505f735

Please sign in to comment.