GT2/GT2-iOS/node_modules/xdl/build/MessageCode.js.flow

11 lines
268 B
Plaintext

/**
* @flow
*/
export default {
DOWNLOAD_IS_SLOW: 'This is taking a while, do you want to cancel the download and try again?',
DOWNLOADING: 'Downloading project files...',
EXTRACTING: 'Extracting project files...',
CUSTOMIZING: 'Customizing project...',
};