We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9731ddb + 4befc83 commit d8747b1Copy full SHA for d8747b1
src/values/TimeValue.js
@@ -295,13 +295,13 @@ SELF.getCalendarModelKeyByUri = function( uri ) {
295
* @since 0.7
296
*/
297
SELF.PRECISIONS = [
298
- { id: 'GY', text: 'billion years' },
299
- { id: 'MY100', text: 'hundred million years' },
300
- { id: 'MY10', text: 'ten million years' },
301
- { id: 'MY', text: 'million years' },
302
- { id: 'KY100', text: '100,000 years' },
303
- { id: 'KY10', text: '10,000 years' },
304
- { id: 'KY', text: 'millenium' },
+ { id: 'YEAR1G', text: 'billion years' },
+ { id: 'YEAR100M', text: 'hundred million years' },
+ { id: 'YEAR10M', text: 'ten million years' },
+ { id: 'YEAR1M', text: 'million years' },
+ { id: 'YEAR100K', text: '100,000 years' },
+ { id: 'YEAR10K', text: '10,000 years' },
+ { id: 'YEAR1K', text: 'millenium' },
305
{ id: 'YEAR100', text: 'century' },
306
{ id: 'YEAR10', text: 'decade' },
307
{ id: 'YEAR', text: 'year' },
0 commit comments