Consul Bot
91cbd9743b
New translations officing.yml (Spanish)
2018-10-10 15:08:58 +02:00
Consul Bot
3f512675f4
New translations settings.yml (Spanish)
2018-10-10 15:08:57 +02:00
Consul Bot
0e7d09a48d
New translations management.yml (Spanish)
2018-10-10 15:08:55 +02:00
Consul Bot
14a541b4ee
New translations admin.yml (Spanish)
2018-10-10 15:08:54 +02:00
Consul Bot
bf9a31e657
New translations general.yml (Spanish)
2018-10-10 15:08:51 +02:00
Consul Bot
4d5a07e915
New translations legislation.yml (Spanish)
2018-10-10 15:08:48 +02:00
Consul Bot
995833f5c9
New translations valuation.yml (Spanish)
2018-10-10 15:08:46 +02:00
Consul Bot
df699d57f8
New translations activerecord.yml (Spanish)
2018-10-10 15:08:42 +02:00
Consul Bot
7de5ed7dd3
New translations mailers.yml (Spanish)
2018-10-10 15:08:40 +02:00
Consul Bot
8404d0ffbd
New translations devise_views.yml (Spanish)
2018-10-10 15:08:39 +02:00
Consul Bot
60f8675a38
New translations pages.yml (Spanish)
2018-10-10 15:08:38 +02:00
Consul Bot
7dfc576aa7
New translations devise.yml (Spanish)
2018-10-10 15:08:36 +02:00
Consul Bot
c93a0f10fb
New translations budgets.yml (Spanish)
2018-10-10 15:08:35 +02:00
Consul Bot
82a9ac3a93
New translations moderation.yml (Spanish)
2018-10-10 15:08:34 +02:00
Consul Bot
884378c16a
New translations rails.yml (French)
2018-10-10 15:07:00 +02:00
Consul Bot
a77a244fc0
New translations general.yml (Galician)
2018-10-10 15:06:41 +02:00
Consul Bot
5e2b4dcfd9
New translations rails.yml (Galician)
2018-10-10 15:06:31 +02:00
Consul Bot
6f1c37ab15
New translations admin.yml (French)
2018-10-10 15:06:28 +02:00
Consul Bot
cd5bbeed9d
New translations general.yml (French)
2018-10-10 15:06:23 +02:00
Consul Bot
4f70afe61a
New translations rails.yml (Dutch)
2018-10-10 15:06:02 +02:00
Consul Bot
48f2065cfe
New translations general.yml (Chinese Traditional)
2018-10-10 15:05:56 +02:00
Consul Bot
6768091645
New translations general.yml (Spanish, Venezuela)
2018-10-10 15:05:08 +02:00
Consul Bot
8d1bd36fca
New translations general.yml (Swedish)
2018-10-10 15:04:58 +02:00
Consul Bot
d5d8663c1e
New translations general.yml (Spanish, Puerto Rico)
2018-10-10 15:04:28 +02:00
Consul Bot
ed4bba5bf8
New translations general.yml (Spanish, Peru)
2018-10-10 15:04:18 +02:00
Consul Bot
89d4202ad9
New translations rails.yml (Spanish, Venezuela)
2018-10-10 15:04:09 +02:00
Consul Bot
e5ec859312
New translations general.yml (Spanish, Uruguay)
2018-10-10 15:04:01 +02:00
Consul Bot
e3cea276bc
New translations rails.yml (Turkish)
2018-10-10 15:03:42 +02:00
Consul Bot
cd95c9f5b9
New translations rails.yml (Polish)
2018-10-10 15:03:37 +02:00
Consul Bot
c13b53ef3d
New translations rails.yml (Albanian)
2018-10-10 15:03:11 +02:00
Consul Bot
2f089535db
New translations general.yml (Spanish, Ecuador)
2018-10-10 15:02:05 +02:00
Consul Bot
524a609440
New translations general.yml (Spanish, El Salvador)
2018-10-10 15:01:35 +02:00
Consul Bot
f284e1af3d
New translations general.yml (Spanish, Colombia)
2018-10-10 15:01:12 +02:00
Consul Bot
f6395a3a7f
New translations general.yml (Spanish, Dominican Republic)
2018-10-10 15:00:58 +02:00
Consul Bot
534823a5e9
New translations general.yml (Spanish, Costa Rica)
2018-10-10 15:00:39 +02:00
Consul Bot
00c017dd26
New translations general.yml (Spanish, Panama)
2018-10-10 15:00:26 +02:00
Consul Bot
22f395584f
New translations general.yml (Spanish, Nicaragua)
2018-10-10 15:00:04 +02:00
Consul Bot
2a8a2b16b2
New translations general.yml (Spanish, Paraguay)
2018-10-10 14:59:47 +02:00
Consul Bot
e0e4f5a45b
New translations general.yml (Spanish, Guatemala)
2018-10-10 14:59:36 +02:00
Consul Bot
349a15c535
New translations general.yml (Spanish, Honduras)
2018-10-10 14:59:26 +02:00
Consul Bot
c337f83911
New translations general.yml (Spanish, Mexico)
2018-10-10 14:59:01 +02:00
Alberto
c4f692303a
Merge pull request #2960 from consul/rake-help-page
...
Adds enable help page task
2018-10-10 14:33:46 +02:00
voodoorai2000
cd22c440bf
Fix locale folder names
...
There seems to be some differences between the folder name and the locale name used in the files themselves.
For example: the folder might have been called "de-DE", for German, but the files use one "de"
And thus translations where not being displayed
Using the locale key in the files and modifying the folder name if neccesary, let's see what happens in the next Crowdin pull, might need to review more thoroughly why this is happening (maybe due to custom settings in Crowdin)
2018-10-10 13:35:27 +02:00
Raimond Garcia
4765f7a9f7
Merge pull request #2961 from consul/crowdin_sync
...
Update translations from Crowdin
2018-10-10 13:22:09 +02:00
voodoorai2000
0bbc5c1246
Fix date translations
...
These translation keys are used to set the order in which a date object will be displayed[1]
They should not be translated, just reordered if it makes more sense of a given language
If the expected values are not found an exception is raised: ".date.order only accepts :year, :month and :day"
They should probably be somewhere else so that Crowdin translators don't feel the need to translate it. But that is a battle for another day 😌 for now simply fixing them
[1] https://guides.rubyonrails.org/i18n.html#action-view-helper-methods
2018-10-10 13:04:34 +02:00
voodoorai2000
f640a0a92c
Update Crowdin translations
2018-10-10 13:04:34 +02:00
voodoorai2000
ccd342bb51
Fix flaky spec for translations
...
This spec was causing a side effect on another spec[2], making it fail 😌
I think it was because no translation had been called yet, in the failing spec, and so the the i18n backend translations had not been initialized, and was always returning empty translations for any locale. This might have been due to tampering with translations in the this newly introduced spec.
By forcing translations to load after this new spec, the other spec passes again
[2] https://github.com/AyuntamientoMadrid/consul/blob/master/spec/features/localization_spec.rb#L20
2018-10-10 12:47:40 +02:00
Raimond Garcia
710e5ae965
Merge pull request #2949 from consul/i18n-language-names
...
Display language name or language key
2018-10-10 11:45:04 +02:00
voodoorai2000
59b35156b1
Fix flaky spec
...
`I18n.available_locales=` does a little magic[1] and was causing some flakieness along the way, as the `:wl` locale persisted in future specs
Thanks for the heads up @javierm 👌
[1] https://www.rubydoc.info/github/svenfuchs/i18n/I18n%2FConfig:available_locales=
2018-10-09 22:15:05 +02:00
voodoorai2000
6f978b9f4e
Fix portuguese specs
2018-10-09 18:32:59 +02:00