Skip to content

Commit

Permalink
misc #443: change translation to make it more formal, delete some non…
Browse files Browse the repository at this point in the history
…sense changes
  • Loading branch information
AInfinity-LilacDream committed Dec 12, 2024
1 parent 416a70f commit 2e71609
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/l10n/intl_en.arb
Original file line number Diff line number Diff line change
Expand Up @@ -545,5 +545,5 @@
"proxy_setting_set_successfully": "Proxy settings saved, restart the app to take effect.",
"use_webvpn_title": "Use WebVPN proxy",
"use_webvpn_description": "When enabled, certain functions could be accessed directly without Fudan LAN (restart required)",
"show_this_person": "Show this person"
"show_this_person": "Filter by this user"
}
2 changes: 1 addition & 1 deletion lib/l10n/intl_ja.arb
Original file line number Diff line number Diff line change
Expand Up @@ -527,5 +527,5 @@
"proxy_setting_set_successfully": "プロキシ設定が保存されました。再起動すると有効になります。",
"use_webvpn_title": "WebVPN を自動的に使う",
"use_webvpn_description": "有効時、一部の機能はFudan LANなしで、直接に連接するのができます (再起動が必要)",
"show_this_person": "この人を見てください"
"show_this_person": "この人だけ"
}
3 changes: 1 addition & 2 deletions lib/page/forum/hole_detail.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1210,8 +1210,7 @@ sealed class RenderModel {}
class Normal extends RenderModel {
OTHole hole;
bool? isFavored, isSubscribed;

String? selectedPerson;
String? selectedPerson = null;

Normal(this.hole);

Expand Down
1 change: 1 addition & 0 deletions lib/widget/forum/forum_widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ class OTFloorWidget extends StatelessWidget {
this.onTapImage,
this.searchKeyWord,
});

@override
Widget build(BuildContext context) {
const int foldLimit = 500;
Expand Down

0 comments on commit 2e71609

Please sign in to comment.