alpha ordering

This commit is contained in:
Matthew Taylor 2015-10-16 15:09:20 -04:00
parent a9d8119471
commit 3bfcb698e6

View file

@ -6,9 +6,9 @@
in which to store the resulting json translation files. in which to store the resulting json translation files.
*/ */
var path = require('path');
var glob = require('glob');
var fs = require('fs'); var fs = require('fs');
var glob = require('glob');
var path = require('path');
var po2icu = require('po2icu'); var po2icu = require('po2icu');
/* /*