mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 09:08:07 -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.
|
||||
*/
|
||||
|
||||
var path = require('path');
|
||||
var glob = require('glob');
|
||||
var fs = require('fs');
|
||||
var glob = require('glob');
|
||||
var path = require('path');
|
||||
var po2icu = require('po2icu');
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue