oxid-translate | Display all frontend language files and give the oppotunity
kandi X-RAY | oxid-translate Summary
kandi X-RAY | oxid-translate Summary
oxid-translate is a PHP library. oxid-translate has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.
Display all frontend language files and give the oppotunity to modify the values. After save the values and refresh the language cache, the module override the language values in the language file. The value in the language file will not modify.
Display all frontend language files and give the oppotunity to modify the values. After save the values and refresh the language cache, the module override the language values in the language file. The value in the language file will not modify.
Support
Quality
Security
License
Reuse
Support
oxid-translate has a low active ecosystem.
It has 1 star(s) with 0 fork(s). There are 1 watchers for this library.
It had no major release in the last 12 months.
oxid-translate has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of oxid-translate is v1.0.0
Quality
oxid-translate has no bugs reported.
Security
oxid-translate has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
oxid-translate is licensed under the GPL-3.0 License. This license is Strong Copyleft.
Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.
Reuse
oxid-translate releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of oxid-translate
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of oxid-translate
oxid-translate Key Features
No Key Features are available at this moment for oxid-translate.
oxid-translate Examples and Code Snippets
No Code Snippets are available at this moment for oxid-translate.
Community Discussions
No Community Discussions are available at this moment for oxid-translate.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install oxid-translate
Copy files into following directory. Add following to composer.json on the shop root. Refresh autoloader files with composer. Execute following SQL statment. Enable module in the oxid admin area, Extensions => Modules.
Copy files into following directory source/modules/rs/translate
Add following to composer.json on the shop root "autoload": { "psr-4": { "rs\\translate\\": "./source/modules/rs/translate" } },
Refresh autoloader files with composer. composer dump-autoload
Execute following SQL statment CREATE TABLE `rs_translate` ( `oxid` char(32) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL, `rs_file_id` char(32) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT NULL, `rs_lang_id` int(10) NOT NULL DEFAULT '0', `rs_lang_key` varchar(250) DEFAULT NULL, `rs_lang_value` varchar(2000) DEFAULT NULL, `rs_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `rs_updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`oxid`), KEY `rs_file_id` (`rs_file_id`), KEY `rs_lang_id` (`rs_lang_id`), KEY `rs_lang_key` (`rs_lang_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Enable module in the oxid admin area, Extensions => Modules
Copy files into following directory source/modules/rs/translate
Add following to composer.json on the shop root "autoload": { "psr-4": { "rs\\translate\\": "./source/modules/rs/translate" } },
Refresh autoloader files with composer. composer dump-autoload
Execute following SQL statment CREATE TABLE `rs_translate` ( `oxid` char(32) CHARACTER SET latin1 COLLATE latin1_general_ci NOT NULL, `rs_file_id` char(32) CHARACTER SET latin1 COLLATE latin1_general_ci DEFAULT NULL, `rs_lang_id` int(10) NOT NULL DEFAULT '0', `rs_lang_key` varchar(250) DEFAULT NULL, `rs_lang_value` varchar(2000) DEFAULT NULL, `rs_created` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, `rs_updated` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`oxid`), KEY `rs_file_id` (`rs_file_id`), KEY `rs_lang_id` (`rs_lang_id`), KEY `rs_lang_key` (`rs_lang_key`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Enable module in the oxid admin area, Extensions => Modules
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page