meteor-messageformat
meteor-messageformat copied to clipboard
mfAll.js - order switched without other change in object
here's a part of our commit (https://github.com/schuel/hmmm/commit/f2f9e67d390a4a276051ea0aba3b9d4397137adb) where we added new mfAll.js file:
@@ -12696,8 +12704,8 @@ mfPkg.syncAll({
"ctime": 1448105916866,
"mtime": 1448105916866,
"revisionId": "HGFTwQLQXhRZCkzjp",
- "fuzzy": true,
- "removed": true
+ "removed": true,
+ "fuzzy": true
and with other changes...
"roles.mentor.description": {
- "_id": "xdHJGjxqS8fw5EMWn",
"key": "roles.mentor.description",
"lang": "el",
- "text": "ένας μέντορας",
+ "text": "ένα μέντορας",
"ctime": 1448107474176,
- "mtime": 1448107474176,
- "revisionId": "Jzr8w9Ba9DfbtesuK"
+ "mtime": 1464988101526,
+ "revisionId": "TKTakSQKCXTwG5Hhs",
+ "_id": "xdHJGjxqS8fw5EMWn"
},
Ok, yes, we should be consistent about always skipping the _id
now (#235) and we short sort sub keys by fixed order too (or just alphabetically).