Skip to content

Commit

Permalink
Added missing language strings, increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
karsasmus committed Apr 7, 2017
1 parent a70c5e6 commit ae4e336
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/source/languages/en-us.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
'no_posts' => 'No posts',
'no_plugins' => "No plugins",
'no_tags' => 'No tags',
'no_updates' => 'No updates',
'no_uploads' => 'No uploads',
'no_users' => 'No users',
'none' => 'None',
Expand Down Expand Up @@ -241,6 +242,7 @@
'underline' => 'Underline',
'undo' => 'Undo',
'update' => 'Update Leafpub',
'updates' => 'Updates',
'upload_failed' => 'Upload failed',
'upload' => 'Upload',
'uploads' => 'Uploads',
Expand Down Expand Up @@ -324,5 +326,5 @@

'language_code' => 'en-us',
'language_name' => 'English (US)',
'language_version' => '1.0.0'
'language_version' => '1.2.0'
];

0 comments on commit ae4e336

Please sign in to comment.