mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
alpha ordering
This commit is contained in:
parent
a9d8119471
commit
3bfcb698e6
1 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue