Commit a9fedab
1 parent b787982 commit a9fedab
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
1 parent b787982 commit a9fedab
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
1 commit comments
sgk commentedon Jun 8, 2012
Hmmm. I intended to wrap this date format string in "_()". This is because the preferred date format should be different for countries and languages. For example, Japanese people will be confused when watching a string like "120613" because a two-digit year number may be a year in the Japanese local year based on an era.
http://code.google.com/p/arduino/issues/detail?id=942
If you encounter a problem when using in Polish locale, it should be an issue of the translation, not the _() wrapping of the date format string.