Provides a generic translation database backend with a community localization user interface, which allows people to collaborate on translating projects to different languages.
0
stars
5
forks
source link
Replace file_create_htaccess with file_save_htaccess #42
Function l10n_packager_create_path currently uses file_create_htaccess(), which is only in the Drupal compatibility layer and is deprecated. IT should use file_save_htaccess() instead.
Function
l10n_packager_create_path
currently usesfile_create_htaccess()
, which is only in the Drupal compatibility layer and is deprecated. IT should usefile_save_htaccess()
instead.