Commit Graph

37 Commits

Author SHA1 Message Date
Eric Eastwood 951dd04871 Add translation string generated .pot 2017-07-05 08:53:41 -05:00
Z.J. van de Weg c7661f04d0 Strings ready for translation; Pipeline charts
Earlier, this was part of another MR, but that got split. Didn't pick
that commit, as there were many merge conflicts. Vim macros seemed faster.
2017-07-03 09:34:29 +02:00
Phil Hughes 2cf075596e Added internationalization to commits list
Closes #32793
2017-06-22 09:26:45 +01:00
Douwe Maan 207a53ce98 Merge branch 'fix-i18n-helpers' into 'master'
Fix some incorrect usage of translation helpers

See merge request !12274
2017-06-20 15:56:14 +00:00
Ruben Davila 9a05850d4d Fix some incorrect usage of translation helpers
Conflicts:
        app/views/projects/pipeline_schedules/_form.html.haml
2017-06-19 15:26:28 -05:00
vanadium23 541950322c Disable fork button on project limit 2017-06-16 23:56:02 +03:00
Ruben Davila 40a188b080 Small refactoring plus fixes for Spanish translations. 2017-06-15 22:02:14 -05:00
Bob Van Landuyt 9a0e67639d Add translation for the verb 'Revert' 2017-06-15 16:54:40 +02:00
Bob Van Landuyt 5f78cbd9c0 Add context to the `with_stage` strings 2017-06-15 14:47:05 +02:00
Bob Van Landuyt 86cd00b5d2 Add context for commit_box title 2017-06-15 14:47:05 +02:00
Bob Van Landuyt 4599982765 Remove HTML from translation key 2017-06-15 14:47:05 +02:00
Bob Van Landuyt ecc098c92a Add some context to JS translations 2017-06-15 14:47:05 +02:00
Ruben Davila 3cc8788c56 Update Spanish translations after code review 2017-06-15 14:47:05 +02:00
Bob Van Landuyt 59610c42ca Translate commit dialogs 2017-06-15 14:47:05 +02:00
Ruben Davila babe3342de Complete Spanish translations for Pipeline Schedules 2017-06-15 14:47:05 +02:00
Ruben Davila 0d12ef2e11 Spanish translations for Pipelines Schedules index page. 2017-06-15 14:47:05 +02:00
Bob Van Landuyt fc7cb8d116 Generate as much of the Spanish translation as possible 2017-06-15 14:47:04 +02:00
Bob Van Landuyt 9999704ae0 Revert "Regenerate po and js files"
This reverts commit 9157c300b7.
2017-06-09 12:16:12 +02:00
Z.J. van de Weg 9157c300b7 Regenerate po and js files 2017-06-08 09:43:44 +02:00
Z.J. van de Weg 68f58e1b44 Allow translation of Pipeline Schedules 2017-06-08 09:38:55 +02:00
Bob Van Landuyt bdebe849b8 Translate project & repository pages 2017-06-07 20:13:44 +00:00
Ruben Davila 7f24b87b3b Some small updates for Spanish translations. 2017-05-04 19:27:17 -05:00
Ruben Davila f7b7a52092 More updates for translations plus small tweaks. 2017-05-04 17:05:14 -05:00
Ruben Davila dbd1bdaeed More updates for translations plus some refactoring. 2017-05-03 21:08:43 -05:00
Ruben Davila ee65de48d8 More translations updates. 2017-05-03 12:40:21 -05:00
Phil Hughes 93f27958d0 Updated some JS translate methods to correctly take in context 2017-05-03 12:02:26 +01:00
Ruben Davila 6d5364cfb0 First round of updates from the code review. 2017-05-02 23:36:36 -05:00
Ruben Davila 657664f980 Add more spanish translations. 2017-04-27 20:04:42 -05:00
Ruben Davila 22ecf73e82 Adjust regex used in order to parse inline content.
e.g: %h4 {{ __('foo') }}

Problem was it was being parsed as: %h4 = _('foo')
And the correct content should be: %h4= _('foo')
2017-04-27 11:58:48 -05:00
Phil Hughes b3c80094e0 Added some missing text that needs translating 2017-04-27 14:47:00 +01:00
Ruben Davila e4526e061c Add more translation for Spanish. 2017-04-26 20:04:33 -05:00
Ruben Davila a4267d2d0f Add some translations for Spanish. 2017-04-26 16:19:06 -05:00
Phil Hughes cb06f09e98 Removed t filter from other places 2017-04-26 17:20:13 +01:00
Phil Hughes 0242c4dfc9 Changed JS translation functions
Added context function
2017-04-26 17:03:06 +01:00
Phil Hughes dc5136a70d Merge remote-tracking branch 'origin/28433-internationalise-cycle-analytics-page' into js-translations 2017-04-21 09:16:05 +01:00
Ruben Davila 73d0730d09 Set locale through controller filter 2017-04-13 01:03:47 -05:00
Ruben Davila 1ebcc96e3a Setup gettext libraries 2017-04-12 22:41:46 -05:00