Fix missing localized string in status bar (fix #266)

This commit is contained in:
1024jp 2014-11-13 14:07:18 +01:00
parent 59e0104f78
commit c2266a1b07
2 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,15 @@
changelog
==========================
2.0.1
--------------------------
### Fixes
- Add a missig Japanese localized text in the status bar.
2.0.0
--------------------------

View File

@ -163,6 +163,7 @@
": " = "";
"Lines" = "行数";
"Chars" = "文字数";
"Length" = "文字長";
"Words" = "単語数";
"Location" = "位置";
"Line" = "行";