New module 'Internationalization'
This commit is contained in:
parent
e997e7a20c
commit
003589f73e
47 changed files with 8417 additions and 0 deletions
14
sites/all/modules/i18n/tests/i18n_test.info
Normal file
14
sites/all/modules/i18n/tests/i18n_test.info
Normal file
|
@ -0,0 +1,14 @@
|
|||
name = Internationalization tests
|
||||
description = Helper module for testing i18n (do not enable manually)
|
||||
dependencies[] = locale
|
||||
dependencies[] = translation
|
||||
dependencies[] = i18n
|
||||
package = Testing
|
||||
core = 6.x
|
||||
|
||||
; Information added by drupal.org packaging script on 2011-10-11
|
||||
version = "6.x-1.10"
|
||||
core = "6.x"
|
||||
project = "i18n"
|
||||
datestamp = "1318336004"
|
||||
|
Reference in a new issue