Message status in the wrong language for current session. #644

Closed
opened 2014-02-13 17:38:16 +01:00 by MRedies · 2 comments
MRedies commented 2014-02-13 17:38:16 +01:00 (Migrated from github.com)

My Bitmessage is set to german. Behind the Messages that I send during the current session it says: "Acknowledgement re...."

Behind the Messages that I send in a previous session it says: "Bestätigung erhal..."(which is nice and german)

The "Doing work ..." part is always in english.
screenshot 2014-02-13 17 32 00

My Bitmessage is set to german. Behind the Messages that I send during the current session it says: "Acknowledgement re...." Behind the Messages that I send in a previous session it says: "Bestätigung erhal..."(which is nice and german) The "Doing work ..." part is always in english. ![screenshot 2014-02-13 17 32 00](https://f.cloud.github.com/assets/6518935/2162015/29ff8898-94cd-11e3-8ecd-64bd4ab77a25.png)
Atheros1 commented 2014-02-13 18:53:24 +01:00 (Migrated from github.com)
statusText = _translate("MainWindow", "Acknowledgement of the message received %1").arg(unicode(strftime(shared.config.get('bitmessagesettings', 'timeformat'), localtime(lastactiontime)),'utf-8'))

The line is properly wrapped in a 'translate' function so someone who speaks German needs to update the translation file. Same for the 'Doing work' messages. I see that the translation is missing from the bitmessage_de.ts file.

``` statusText = _translate("MainWindow", "Acknowledgement of the message received %1").arg(unicode(strftime(shared.config.get('bitmessagesettings', 'timeformat'), localtime(lastactiontime)),'utf-8')) ``` The line is properly wrapped in a 'translate' function so someone who speaks German needs to update the translation file. Same for the 'Doing work' messages. I see that the translation is missing from the bitmessage_de.ts file.
PeterSurda commented 2015-11-10 18:29:56 +01:00 (Migrated from github.com)

I speak German, I'll fix this.

I speak German, I'll fix this.
This repo is archived. You cannot comment on issues.
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Bitmessage/PyBitmessage-2025-02-27#644
No description provided.