Skip to content

Commit b8a5442

Browse files
authored
Fix the Japanese tranlation of items_per_page. (#334)
Like the Chinese translation, it's proper to add a '件' here.
1 parent c1901f9 commit b8a5442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/locale/ja_JP.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export default {
22
// Options.jsx
3-
items_per_page: '/ ページ',
3+
items_per_page: '/ ページ',
44
jump_to: '移動',
55
jump_to_confirm: '確認する',
66
page: 'ページ',

0 commit comments

Comments
 (0)