Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for localized test suites and UI (#2678)
* Improve reader. DEBUG * Improve reader. * Add check_file_language. Working in project.load_data, but not when opening files. * Add condition fro lang in model * First success opening laang_pt and lang_fr tests * Make unit tests pass * Improve lang headers, pt and fr * Add unit tests. All lnguages tests can be opened. Missing lib lang fixes * Identify where language can be checked from TextEditor * More tables using language * Working opening with lang set. Tests for multiple langs * Working opening directories with different lang files * Make __init__.robot open with language set. WIP, copy _aliases to _settings * OK Opens from directories. * Fixed open test suites directories. Need utests and fix comments * Fix opening directly __init__.robot * Cleanup code * Improve opening of Resource files * Open pt folder, fail en folder. Failed comment blocks at formatter level * Add order of sections. Still broken en directories, and missing memory clear on open * Fix some utests * Fix unit tests * Remove inner comments from the en test directory * Success in multiple Comments sections. Missing isolated comments * Fix # isolated comments and Comments section * Settings Dialogs OK. Need localizaation. Variables is debug * Adjust buttons in table settings to open dialogs for Tests and Tasks * Fix all settings Edit buttons * Fix continuation lines in Documentation other than En * Improve setting of language in TextEditor * Fix Library translated labels * I18n colorization (#143) * Initial modification of pygments. Missing Gerkin * Remove nolower * Almost done. Missing Gherkin and Documentation setting color not OK * Fixed Gherkin calls. Still to fix TestTableSettings Setup/Teardown/Template keywords * Final fixes for colorization * Fix error when opening directories with log or report html files * Update docs and version * Add validator from RF 6.1.1 to Text Edit. WIP fails to save language files * Add new validator * Fix saving modified files with language setting * Fix help dialog for Pygments * Add protection to shared_memory language setting * Remove extra spaces from lines in Comments sections * Remove support for HTML test files. WIP * Make own pygments a module * Fix broken sincronization of changes in Text Editor * Add minimal protection to RF lower than 6.0 * Add tooltip to settings fields localized names * Notes about tooltips * Add language selector to Preferences->General * Initial structure for localization change * Add first example de localized strings * Add test from W2 * Add more debugging for localization * Fix pause translated commands * Update translations for TestRunner * Fix some unit tests * Fix import failed XML * Fix unit test * Fix more translations in in Tests and in Unudrd Keywords * Fix default ui language, Variables and Metadata editors * Improvement in language save or RIDE start * Add pt_BR translation * DEBUG Save from Text Editor
- Loading branch information