GnuCash
Contact   Instructions
Bug 797270 - Budget Chart report - translation of header and dates
Summary: Budget Chart report - translation of header and dates
Status: RESOLVED FIXED
Alias: None
Product: GnuCash
Classification: Unclassified
Component: Reports (show other bugs)
Version: 3.5
Hardware: PC Mac OS
: Normal normal
Target Milestone: ---
Assignee: reports
QA Contact: reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-05 18:09 EDT by milotype
Modified: 2021-09-24 20:30 EDT (History)
4 users (show)

See Also:


Attachments
Budget Chart - Header and dates (110.42 KB, image/png)
2019-06-05 18:09 EDT, milotype
no flags Details

Description milotype 2019-06-05 18:09:23 EDT
Created attachment 373295 [details]
Budget Chart - Header and dates

Reports > Budget > Budget Chart
-> see screenshot

1) - header in "Budget Chart" doesn't get translated (Bgt, Act)
   - non-localized numerization and punctuation signs

2) - dates are not localized
Comment 1 Christopher Lam 2019-06-06 21:04:23 EDT
1. Header can be made translatable. However translators must be given a clue what Bgt/Act means.

2. These dates were necessary for some old combination of code.  It'll have been fixed in the 4.0 series being worked on. 

These issues will be fixed for 4.0 series rather than 3.x.
Comment 2 milotype 2019-06-07 06:59:18 EDT
Sorry, I forgott to mention it's the Croatian localization. But I just tested German as well – same problem.

#: gnucash/report/standard-reports/budget.scm:487
msgid "Bgt"
msgstr "Proračun"

#: gnucash/report/standard-reports/budget.scm:491
msgid "Act"
msgstr "Stvarno"

And yes, a hint/comment to the translators would be nice. While I was translating, I often used other languages for comparison, or noticed my mistakes while testing GnuCash.
Comment 3 Christopher Lam 2019-06-07 09:26:22 EDT
budget.scm changes have been merged to maint to offer clues about Bgt/Act
budget-barchart.scm will be in 4.0 to enable translation of title; dates have already been fixed.

Note You need to log in before you can comment on or make changes to this bug.