Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue in zh-CN.yml #23

Open
moonavw opened this issue Aug 10, 2015 · 3 comments
Open

issue in zh-CN.yml #23

moonavw opened this issue Aug 10, 2015 · 3 comments

Comments

@moonavw
Copy link
Contributor

moonavw commented Aug 10, 2015

this line:
display_entries: "显示 %{entry_name} %{first} - %{last}%{total} 页"

should be:
display_entries: "显示 %{entry_name} %{first} - %{last}%{total}"

that is total count , not total page.

@tigrish
Copy link
Owner

tigrish commented Aug 10, 2015

Pull requests welcome!

On 10 Aug 2015, at 03:43, Tao Wang notifications@github.com wrote:

this line:
display_entries: "显示 %{entry_name} %{first} - %{last} 共%{total} 页"

should be:
display_entries: "显示 %{entry_name} %{first} - %{last} 共%{total}"

that is total count , not total page.


Reply to this email directly or view it on GitHub #23.

@lingceng
Copy link

@moonavw
The %{entry_name} will be appending with 's'.
It generates something like "显示 订单s 1-20 共30"

So the %{entry_name} should be removed too. Here is my version:

  helpers:
    page_entries_info:
      more_pages:
        display_entries: "显示 <b>%{first} - %{last}</b>条  共<b>%{total}</b> 条记录"
      one_page:
        display_entries: "显示 <b>所有 %{count}</b> 条记录"

@moonavw
Copy link
Contributor Author

moonavw commented Nov 22, 2015

@lingceng
indeed!
agree!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants