8000 header footer文案有做国际化吗 · Issue #23 · peng8350/flutter_pulltorefresh · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

header footer文案有做国际化吗 #23

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

Closed
manondidi opened this issue Nov 8, 2018 · 1 comment
Closed

header footer文案有做国际化吗 #23

manondidi opened this issue Nov 8, 2018 · 1 comment

Comments

@manondidi
Copy link

都是英文单词 能设置成中文吗?

@manondidi
Copy link
Author

const ClassicIndicator({
@required int mode,
Key key,
this.textStyle: const TextStyle(color: const Color(0xff555555)),
this.releaseText: 'Refresh when release',
this.refreshingText: 'Refreshing...',
this.completeText: 'Refresh complete',
this.noDataText: 'No more data',
this.height: 60.0,
this.noMoreIcon: const Icon(Icons.clear, color: Colors.grey),
this.failedText: 'Refresh failed',
this.idleText: 'Pull down to refresh',
this.iconPos: IconPosition.left,
this.spacing: 15.0,
this.refreshingIcon: const CircularProgressIndicator(strokeWidth: 2.0),
this.failedIcon: const Icon(Icons.clear, color: Colors.grey),
this.completeIcon: const Icon(Icons.done, color: Colors.grey),
this.idleIcon = const Icon(Icons.arrow_downward, color: Colors.grey),
this.releaseIcon = const Icon(Icons.arrow_upward, color: Colors.grey),
}) : super(key: key, mode: mode);

这个地方做一下国际化啊,

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

1 participant
0