Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Follow System Locale with Optional Override

オープン
#604 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
dart, flutter

調査の方向性

まず、アプリの現在のローカライズのエントリーポイントと Settings 画面をたどり、次に、サポートされているロケールとデバイスの Locale がどのように扱われているかを確認します。完了条件は、アプリがデフォルトでシステム言語に従い、サポートされていない場合は英語にフォールバックし、ユーザーが Settings からその選択を上書きできることです。

索引モデルが issue の本文から書いたものです。

説明

enhancement
Describe your improvement idea or feature request

Allow the Taskwarrior Flutter app to automatically follow the device system language by default, with an optional toggle in Settings to manually override the language.

Problem

Currently, the app does not automatically follow the device's system locale.

Most modern mobile applications:

  • Use the system language by default
  • Allow users to manually override it in settings

Without this behavior:

  • The app may not feel native
  • International users may experience friction
  • Localization support is limited in usability
How would you like to see it implemented?

Proposed Solution

1. Follow System Locale by Default

If no language is manually selected:

  • The app should use the device Locale
  • If the locale is unsupported, fallback to English

Example:

  • Device language: pa (Punjabi) → App uses Punjabi (if supported)
  • Unsupported language → Fallback to English

2. Add “Follow System Language” Toggle

In Settings:

Put here any screenshots or videos (optional)

No response

How can we contact you (optional)

No response

Would you like to work on this issue?

Yes

By submitting this issue, I have confirmed that:
  • I have starred the repo ⭐ and watched 👀 it on GitHub and followed the contribution guidelines.
主要言語
Dart
スター
244
フォーク
179
平均マージ
12時間 42分
マージ済み PR(30日)
2

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

CCExtractor/taskwarrior-flutter のほかの issue

CCExtractor/taskwarrior-flutter の issue をすべて見る

似ている issue

Dart の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。