Summary: | Some Hindi words are not displaying in a proper format. | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | BlueAce <abhishekkaushal444> |
Component: | Calendar widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | abhishekkaushal444, karunakar, nate, winter |
Priority: | NOR | ||
Version: | 5.21.5 | ||
Target Milestone: | 1.0 | ||
Platform: | Arch Linux | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
BlueAce
2021-06-04 17:06:07 UTC
Translation issue I guess. I doubt this is a translation issue given that running this #include <QCoreApplication> #include <QDate> #include <QDebug> int main(int argc, char **argv) { QCoreApplication a(argc, argv); QDate d = QDate::currentDate(); QLocale l(QLocale::Hindi); qDebug() << l.toString(d); qDebug() << l.standaloneMonthName(6, QLocale::LongFormat); qDebug() << l.standaloneMonthName(6, QLocale::ShortFormat); qDebug() << l.standaloneMonthName(6, QLocale::NarrowFormat); } gives the correct answers. I would more bet something in plasma is not doing the correct thing. If someone tells me how i can run the calendar widget standalone for easier debuggning i can try helping figuring out what's wrong. Thanks Albert! Try this: plasmawindowed --reverse org.kde.plasma.digitalclock And then click on the clock text in the window that appears. (In reply to Nate Graham from comment #1) > Translation issue I guess. It's not a translation error as mentioned in the above comment by @Albert_astals_cid. Please check the screen shot link once again https://i.imgur.com/1r0LDGQ.png It looks like a writing mistake made by a 2 or 3 year old kid instead of translation error. Both highlighted words in the screenshot should appear same. The word highlighted on the right hand side is correct. The issue is with the word on left hand side, ज + ऊ = जू (true) ज + ऊ = ज ु (false) I see that you are actually using the 3rd-party Event Calendar widget. Does the issue reproduce with Plasma's own built-in Calendar or Digital Clock widgets? @Nate Graham, sorry for the late reply. When I checked the Latte Dock settings to re-arrange the widgets, I hovered over time and it shows 'Event Calendar'. So I assuming that the widget's name is 'Event Calendar'. Please check the screenshot link given below for more information. https://i.imgur.com/sp4TrBh.png I meant I hovered my mouse cursor on time. [Sorry for the typo] I have also recently updated my system by `sudo pacman -Syu` but the issue still remains. I have contacted [Garuda Linux Forum](https://forum.garudalinux.org/) and they said it is default KDE Date & Time Widget. There is no usage of any 3rd party software/widget. Note: I haven't done any changes to widget. It came preinstalled with Garuda KDE (Dr460nized) Linux. https://garudalinux.org/downloads.html The problem is occuring with these months Feb / फ़रवरी - https://i.imgur.com/3NdZMDI.png Mar / मार्च - https://i.imgur.com/iFbXR2C.png Jun / जून - https://i.imgur.com/iI45vwV.png Jul / जुलाई - https://i.imgur.com/J6KYem1.png Sep / सितंबर - https://i.imgur.com/y3GiXYY.png Dec / दिसंबर - https://imgur.com/6iNRl7S Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! (In reply to Bug Janitor Service from comment #10) > Dear Bug Submitter, > > This bug has been in NEEDSINFO status with no change for at least > 15 days. Please provide the requested information as soon as > possible and set the bug status as REPORTED. Due to regular bug > tracker maintenance, if the bug is still in NEEDSINFO status with > no change in 30 days the bug will be closed as RESOLVED > WORKSFORME > due to lack of needed information. > > For more information about our bug triaging procedures please read the > wiki located here: > https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging > > If you have already provided the requested information, please > mark the bug as REPORTED so that the KDE team knows that the bug is > ready to be confirmed. > > Thank you for helping us make KDE software even better for everyone! Really? Didn't I already told everything about the problem? Ok I will try to explain it again. > Is there any issue with the translation? No, there isn't any issue with translation. Translation is fine. The problem is calander is not displaying the `Devnagri` Script in certain parts. > Is there any third party software used? No. There is no usage of any third party software. It's default KDE calendar widget (Confirmed by Garuda Linux Team). > What is cause of Problem? Not certain, but I think it is related to unicode. Are you sure that 'code' for calendar widget is 'utf-8' encoded. If it is, then please test/debug: - Why devnagri script is not displaying properly? ------------------------------------------------------------------------------ Is this information still not enough? What do you really want to know? Do you want me to debug the widget myself? Please clarify. (In reply to BlueAce from comment #12) > Ok I will try to explain it again. > > > Is there any issue with the translation? > No, there isn't any issue with translation. Translation is fine. The problem > is calander is not displaying the `Devnagri` Script in certain parts. > > > Is there any third party software used? > No. There is no usage of any third party software. It's default KDE calendar > widget (Confirmed by Garuda Linux Team). > > > What is cause of Problem? > Not certain, but I think it is related to unicode. Are you sure that 'code' > for calendar widget is 'utf-8' encoded. If it is, then please test/debug: > - Why devnagri script is not displaying properly? > > ----------------------------------------------------------------------------- > - > Is this information still not enough? > What do you really want to know? Do you want me to debug the widget myself? > Please clarify. No, there isn't any issue with translation. Translation is fine. The problem > is calander is not displaying the `Devnagri` Script correctly in certain parts. (In reply to BlueAce from comment #12) > No. There is no usage of any third party software. It's default KDE calendar > widget (Confirmed by Garuda Linux Team). I'm afraid they're wrong; the screenshot clearly shows a 3rd-party widget in use. |