mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #6662] [Bug] Flutter mobile localization is not displayed correctly #2936
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#2936
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @charles0122 on GitHub (Oct 29, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/6662
Bug Description
this is google play store installed version 0.7.2(2907201).

How to Reproduce
download it
Expected Behavior
display correctly
Operating System
android
AppFlowy Version(s)
0.7.2
Screenshots
No response
Additional Context
No response
@charles0122 commented on GitHub (Mar 12, 2025):
Is there any progress on this issue?
@khorshuheng commented on GitHub (Mar 13, 2025):
I believed you accidentally selected the wrong language in settings. Those displays are not error: it is the first language in the menu list.
Can you go to the in app settings, change the language to your preferred language, then restart the app?
It is the section right before Cloud Settings.
@charles0122 commented on GitHub (Mar 13, 2025):
Do I need to restart the app? After I selected a language in the app settings, I found that some of them changed and some did not. I originally thought that the text that would not change was the missing translation text, but after restarting the app, the text that was not supposed to be translated was successfully translated. I think this is a bit confusing. I think it may be a state problem, perhaps a problem with go router and easy_localization, especially ShellRoute (StatefulShellBranch). When easy_localization sets a new language, other branches do not change, including some pages that are already in the routing stack.
@khorshuheng commented on GitHub (Mar 13, 2025):
Yes, you do need to restart the app. I did notice that the translation wasn't immediately loaded, though I haven't found out what's the issue yet. Will track this in a separate issue.
@richardshiue commented on GitHub (Aug 29, 2025):
@charles0122 Can you check whether this is still occurring on the latest 0.9.8 release? We've made some improvements in this area.
@charles0122 commented on GitHub (Aug 29, 2025):
@richardshiue try version is 0.9.8(2909801), It still exists. The most obvious one is the settings page. When it is set to another language, it is obvious that there is a problem. Maybe all the pages that are pushed have this problem.