Add i18n repo as a submodule

This commit is contained in:
Fedor A. Fetisov 2017-11-10 15:52:05 +03:00
parent e64670e5aa
commit e40e821b5f
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "src/i18n"]
path = src/i18n
url = git@github.com:Mibew/i18n.git

View File

@ -41,7 +41,7 @@ var config = {
pageStylesPath: 'mibew/styles/pages',
compiledTemplatesHeader: fs.readFileSync('tools/compiled_templates_header.txt'),
getComposerUrl: 'https://getcomposer.org/installer',
phpBin: 'php -d "suhosin.executor.include.whitelist = phar"',
phpBin: 'php -d "suhosin.executor.include.whitelist = phar" -d "memory_limit=512M"',
package: require('./composer.json')
}

1
src/i18n Submodule

@ -0,0 +1 @@
Subproject commit fe5df1994cd3c2467cad9e5cb3a9d6c854a67a5f