mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 00:24:12 +03:00
Add i18n repo as a submodule
This commit is contained in:
parent
e64670e5aa
commit
e40e821b5f
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "src/i18n"]
|
||||
path = src/i18n
|
||||
url = git@github.com:Mibew/i18n.git
|
@ -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
1
src/i18n
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit fe5df1994cd3c2467cad9e5cb3a9d6c854a67a5f
|
Loading…
Reference in New Issue
Block a user