-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused & deprecated google translate feature
- Loading branch information
Showing
78 changed files
with
59 additions
and
4,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
include ROOT_PATH . '/vendor/sifophp/sifo-common-instance/config/configuration_files.config.php'; | ||
$config['locale'] = 'instances/example/config/locale.config.php'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
include ROOT_PATH . '/vendor/sifophp/sifo-common-instance/config/locale.config.php'; | ||
$config['messages_en_US'] = 'instances/example/locale/messages_en_US.php'; | ||
$config['messages_es_ES'] = 'instances/example/locale/messages_es_ES.php'; | ||
$config['urlparams_en_US'] = 'instances/example/locale/urlparams_en_US.php'; | ||
$config['urlparams_es_ES'] = 'instances/example/locale/urlparams_es_ES.php'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
// Key contains requested string, value contains text shown on the website. | ||
$translations["%1 is in da house, kind'a funny uh?"] = "The developer %1 is behind the scenes, serious work on progress..."; |
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.