Localizator is a localization plugin for ColdFusion on Wheels. This plugin offer a complete solution to add localization (translation) capabilities to your application.
- Get text translation from a localization database or localization file(s).
- Populate your localization database or localization file(s) by "harvesting" the text of your application.
- Use the editor to add translation to your localization database and/or localization file(s).
- Generate localization file(s) from your localization database.
- The latest version of this plugin can be found at the Github project page at https://github.com/ellor1138/Localizator
Documentation for this project can be found at https://github.com/ellor1138/Localizator/wiki
Problems or issues with this plugin can be found at https://github.com/ellor1138/Localizator/issues
- ColdFusion on Wheels 2.*
- ColdFusion on Wheels 1.4.*
- ColdFusion on Wheels 1.3
- ColdFusion on Wheels 1.1.8
- Adobe ColdFusion 2018
- Adobe ColdFusion 9
- MSSQL Server 2018
- MSSQL Server 2008
- Download the latest version of Localizator-x.x.zip and place it into the plugins directory of your ColdFusion on Wheels application.
- Reload your application.
- Click on the "localizator" link in the wheels debug area to start using the plugin.
Largely inspired by Raúl Riera's Localizer plugin. https://github.com/raulriera/Localizer
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" basis, without warranties or conditions of any kind, either express or implied. See the License for the specific language governing permissions and limitations under the License.