-
Notifications
You must be signed in to change notification settings - Fork 553
[i18N] Update german language #2374
Comments
Thanks for opening this issue @2xB! |
It is fixed already. |
@filipedelimabrito Should this be fixed with 3.5.1? Because I can still reproduce it in that version. |
@2xB the difference is just the letter A being displayed in uppercase? |
@filipedelimabrito Yes, exactly. |
@2xB Can you open a PR fixing it? |
@filipedelimabrito I do not feel comfortable with this in that code base. The issue is probably the Rocket.Chat.Android/app/src/main/java/chat/rocket/android/chatrooms/ui/ChatRoomsFragment.kt Line 156 in 8497f7f
toLowerCase , I would probably break English language, as msg_sort_by_activity is uppercase itself. Therefore, more had to be changed, and maybe the way the sorting label is implemented at all?
|
You need to check if the current language is german and if not use the |
German is not the only language that needs this. I think Danish and Norwegian have the same issue, but I am not versed in these languages. |
Describe the bug
Sorting indicator is lowercase, which it should not be e.g. in german.
To Reproduce
Open a server in the german language. It is shown "Sortiert nach aktivität".
Expected behavior
"Sortiert nach Aktivität" should be shown.
Devices and Versions
Your Rocket.Chat.Android version: 3.4.2
Your Rocket.Chat Server version: 1.0.3
Mobile device model and OS version: Samsung Galaxy Tab S2, Android 7.0
The text was updated successfully, but these errors were encountered: