openMF / community-app

This was the former default web application built on top of the Apache Fineract platform. It's now deprecated and replaced by the the Mifos X Web App (https://github.com/openMF/web-app maintained by the Mifos Initiative as a reference solution for financial inclusion. It is a Single-Page App (SPA) written in web standard technologies.
http://openmf.github.io/community-app/
Mozilla Public License 2.0
314 stars 1.02k forks source link

Many translatable strings in English have unexplained capital letters #346

Open amire80 opened 11 years ago

amire80 commented 11 years ago

Many translatable strings in locale-en.json use words with capital letters in the middle of the sentence. The usage of these capital letters is unclear. The translator may think that this has a particular meaning that must be reflected in the translation and become confused. So if the capital letters really need to be there, it must be explained in the context documentation (see #345). If the capital letters are not really needed, they must be changed to small letters.

amire80 commented 11 years ago

(I showed this problem to Nayan in the Language Summit in Pune.)

Nayan commented 11 years ago

@amire80 thanks lot. It was my ignorance not look at those mistakes. I have started looking at how to put consistent text for all titles, menus, tooltip, tabs, and push buttons.

Nayan commented 11 years ago

@gsluthra @amire80 @edcable does below guidelines makes sense?

User Interface Guidelines: Capitalization

IDElement TypeApplied style
1MenusHeadline style
2TitlesHeadline style
2TabsHeadline style
2Column headingsHeadline style
2Push buttonsHeadline style
2Control labelsSentence style
2Group labelsHeadline style
2Error messageSentence style
2Simple text fieldsSentence style
amire80 commented 11 years ago

Thanks for the thorough work! Looking for advice in existing style guides is the right way to do this.

I am not sure what is exactly the meaning of "Sentence style" and "Headline style". Can you define it, please?

Nayan commented 10 years ago

@amire80 below are the rules for styles

For "Headline style" capitalization:

For sentence-style capitalization:

took above definitions from http://msdn.microsoft.com/en-us/library/windows/desktop/aa511441.aspx#titleCaps

amire80 commented 10 years ago

OK, if you adopt the Eclipse style then it's reasonable.