Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show description of 'gettext:regenerate' taskbw-gettext-rake-task | Brett Walker | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | Fix typo in method name "silence_stderr" | Brett Walker | 2018-11-29 | 1 | -2/+2 |
| | |||||
* | Rails 5: replace removed silence_stream | Jasper Maes | 2018-08-28 | 1 | -1/+12 |
| | |||||
* | Remove timestamps from `locale/gitlab.pot` | Bob Van Landuyt | 2018-07-10 | 1 | -1/+7 |
| | | | | | This will help us avoid conflicts when regenerating the pot file, the timestamps aren't used by Crowdin. | ||||
* | Update `gettext:updated_check` regenerate pot file | Bob Van Landuyt | 2018-07-09 | 1 | -7/+23 |
| | | | | | | | Making the `gettext:updated_check` by completely regenerating the gitlab.pot. This avoids an issue where `gettext:find` would not pick up on changes if the file isn't removed first. | ||||
* | Merge branch 'bvl-dont-generate-mo' into 'master' | Rubén Dávila | 2018-06-20 | 1 | -1/+0 |
|\ | | | | | | | | | | | | | Don't generate `.mo` files Closes #47979 See merge request gitlab-org/gitlab-ce!20048 | ||||
| * | Don't generate `.mo` files | Bob Van Landuyt | 2018-06-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | Since we are only using `.po` files for translation we can shave off some setup time. Generating the `mo` files also regenerates the PO-files, including fuzzy translations. Those cause a lot of bugs, and we don't need them anymore since the `po` files are generated by an external translation service. | ||||
* | | Unify flay.rake and gettext.rake from EEunify-lib-tasks | Lin Jen-Shin | 2018-06-21 | 1 | -1/+1 |
|/ | |||||
* | More verbose errors in static-analysis | Bob Van Landuyt | 2018-06-20 | 1 | -6/+15 |
| | | | | This makes the output in static analysis a bit more verbose. | ||||
* | Correctly translate all forms in testsbvl-i18n-validation | Bob Van Landuyt | 2018-06-15 | 1 | -4/+4 |
| | |||||
* | Validate if changed translations are checked in | Bob Van Landuyt | 2018-06-15 | 1 | -0/+26 |
| | |||||
* | Use StrongMemoize and enable/disable cops properly | Lin Jen-Shin | 2017-11-18 | 1 | -0/+1 |
| | |||||
* | Do not require the simple_po_parser in the gettext rake task when in a | DJ Mountney | 2017-09-05 | 1 | -1/+2 |
| | |||||
* | Only require `simple_po_parser` in rake task that needs itbvl-only-require-po-parser-in-rake | Bob Van Landuyt | 2017-09-04 | 1 | -0/+1 |
| | | | | | That way we don't need to install it in production, since it's really not needed there. | ||||
* | Move `PoLinter` into `Gitlab::I18n` | Bob Van Landuyt | 2017-08-31 | 1 | -2/+2 |
| | |||||
* | Add a linter for PO files | Bob Van Landuyt | 2017-08-31 | 1 | -0/+40 |
| | |||||
* | Remove .coffee ext files for i18n | Takuya Noguchi | 2017-07-08 | 1 | -1/+1 |
| | |||||
* | Add new Rake task to simplify the compilation of PO filesadd-new-rake-task-for-gettext | Ruben Davila | 2017-06-01 | 1 | -0/+8 |
| | |||||
* | Fix Rubocop complains. | Ruben Davila | 2017-05-02 | 1 | -21/+2 |
| | |||||
* | Add ability to parse *.vue files through the `ruby gettext:find` script | Ruben Davila | 2017-04-25 | 1 | -0/+33 |