|
12/14/2010 at 9:50 AM
|
http://www.geni.com/tr8n/phrases?section_key=&search=Edit+date&... Need to know for capitalization (or not). |
|
|
Private User
12/14/2010 at 12:44 PM
|
|
|
Private User
12/14/2010 at 4:44 PM
|
|
|
12/14/2010 at 11:03 PM
|
||
|
12/14/2010 at 11:24 PM
|
||
|
12/15/2010 at 6:57 AM
|
Yaacov Glezer - Here you can see some:
Here (most of them) you can change also order of {day}, {month} and {year}:
|
|
|
12/15/2010 at 11:28 AM
|
Lauri Kreen, Ͼ@
|
|
|
12/15/2010 at 11:36 PM
|
The full length version of the months referred to here is used when editing a profile. It may be used elsewhere but I found that it e.g. wasn't used on date entry for documents (I haven't done an extensive check). On the more general matter og capitalization; Does Geni handle the difference when a term passed through a token is the first word in a sentence? If so, I'd like to check out the upper-/lower case equivalents handling for our 3 local language characters, æøå, uppercase ÆØÅ. There is no math formula (ASCII value + x) handling this for Norwegian and I can imagine the same being the case for other languages. |
|
|
Private User
12/16/2010 at 5:05 PM
|
Unicode has case-handling well sorted, certainly for extended Latin character sets. I'm not very familiar with Ruby on Rails (which I think is the language Tr8n is written in), but I think it can handle casing on Unicode strings: (http://api.rubyonrails.org/classes/ActiveSupport/Multibyte/Chars.ht...) That being said, I would doubt that the first letter of a token in a sentence would be capitalised programmatically. There are numerous examples of buttons marked "edit", etc., which stay lower-case. However, the likelihood of the name of a month appearing as the first word in a sentence is very low. "December has been particularly cold this year." doesn't sound like Geni's style. ;) "He was born in December." is much more likely. The list of phrases you gave, Oddbjørn, appear to be used only in the drop-down lists. In which case, I would use lower-case month names (if this applies to your language) as the word in isolation doesn't need sentence-capitalisation. |