Jim LAURIE
c3c24ca7ad
3.0.0-alpha.19
2019-01-16 11:49:16 +01:00
invader
9fe2f358d4
admin: update Russian translations for settings manager plugin
2019-01-12 02:22:45 +03:00
Jim LAURIE
09530e9cd9
3.0.0-alpha.18
2019-01-04 11:23:15 +01:00
Jim LAURIE
fd3ae96498
3.0.0-alpha.17
2018-12-18 14:37:15 +01:00
soupette
636cb54c29
Add snyk
2018-12-05 15:42:58 +01:00
Jim LAURIE
a75e0c5485
3.0.0-alpha.16
2018-12-04 18:31:19 +01:00
Jim LAURIE
03c1e04d87
Revert filter PR
2018-12-04 17:05:03 +01:00
Jim LAURIE
f2ec28907e
Merge branch 'master' into master
2018-11-29 11:45:42 +01:00
Jim LAURIE
c126b94325
Merge branch 'master' into fixNodeVersions
2018-11-29 11:21:55 +01:00
Jim LAURIE
fb03d4f18c
3.0.0-alpha.15
2018-11-28 14:55:41 +01:00
DMehaffy
ecb6baaea5
Update all the packages and generated json
2018-11-28 00:14:12 -07:00
Jim LAURIE
8fcf2ed8ae
3.0.0-alpha.14.5
2018-11-13 14:50:07 +01:00
cyril lopez
de89b3156f
Fix redux-sagas deprecation warnings
2018-11-06 09:56:27 +01:00
Leo
b160fdf79e
Translations final fix
2018-11-03 15:03:31 +08:00
Leo
6dc594217c
Translations for ZH completed
2018-11-03 14:30:22 +08:00
Jim LAURIE
a0216e12a4
Remove @alpha from code
2018-10-29 18:34:31 +01:00
Jim LAURIE
01a2442e7d
3.0.0-alpha.14.4.0
2018-10-25 17:18:26 +02:00
Jim LAURIE
379331f822
3.0.0-alpha.14.4
2018-10-25 16:41:07 +02:00
Jim LAURIE
32b7db465d
Merge branch 'master' into japanese_localization
2018-10-25 13:54:50 +02:00
Jan Brachhold
1e7696861e
#1620 - Translation keys missing in DE language
2018-10-21 14:50:19 +02:00
Jim LAURIE
e42e532f1a
Merge branch 'master' into revert-1928-master
2018-10-18 10:41:38 +02:00
Jim LAURIE
bcb71242a8
Revert "Font-family declarations fixed"
2018-10-09 12:31:16 +02:00
takeshi_matsushita
930d0170f9
Add ja.json
2018-10-09 07:49:55 +09:00
cyril lopez
5c391f49e4
Merge branch 'master' of github.com:strapi/strapi into improve/admin-auth
2018-10-08 17:50:13 +02:00
Jim LAURIE
4dd93f4b78
Merge branch 'master' into split-admin-dev
2018-10-08 17:44:35 +02:00
Jim LAURIE
87c3af3d1e
3.0.0-alpha.14.3
2018-10-08 17:14:19 +02:00
Daniel Król
d2beb2732d
Merge branch 'master' into translate/pl-email-and-settings-manager
2018-10-07 19:12:43 +02:00
Daniel Król
540d5571ab
Add missing translations for 2 plugins
2018-10-07 19:03:05 +02:00
Jim LAURIE
ff1013448d
Merge branch 'master' into bug/codeQuality
2018-10-06 12:04:44 +02:00
Alberto Maturano
d7ffb9e50e
Fix conditional logic
...
Original code:
```js
const listTitle = this.props.match.params.slug === 'languages' || 'databases' ? this.renderListTitle() : '';
```
Is interpreted as:
```js
const listTitle = ( this.props.match.params.slug === 'languages' || 'databases' ) ? this.renderListTitle() : '' ;
```
Been `databases` always been evaluate as `true`, this is the same that:
```js
const listTitle = this.renderListTitle();
```
Clearly is not the intention. I refactor this peace of code with what I think was the real intention; looking just
the code, not knowing is this is the desire behavior
2018-10-04 14:54:05 -05:00
segush11
2c72115088
Add missing translation keys in RU language
2018-10-05 00:48:05 +05:00
Jim LAURIE
807b511751
Merge branch 'master' into update/translation_fr
2018-10-04 14:59:05 +02:00
aDeve
c461629b3b
Fix #1622
...
Update Translation FR
2018-10-04 14:52:05 +02:00
Jim LAURIE
468c5acd82
Merge branch 'master' into fix/2035
2018-10-03 19:44:25 +02:00
Jim LAURIE
b741507aec
Merge branch 'master' into master
2018-10-03 19:42:05 +02:00
Jim LAURIE
d0f3b90524
Merge branch 'master' into feature/spanishTranslation
2018-10-03 19:37:30 +02:00
sennahLessert
4daa7c643f
fix_Issue1620 - add some missing translation keys in DE language
2018-10-03 14:22:09 +02:00
Alberto Maturano
bb66b76087
Improve spanish translation
...
fix #1621
2018-10-02 22:44:14 -05:00
Pedro Caseiro
403c5d0567
issue #1626 : pt translations
2018-10-02 22:53:00 +01:00
Daan De Deckere
a805567c43
Add missing translation keys for NL language. Fixes #2035
2018-10-02 20:41:40 +02:00
Özgür ERSOY
0994b05142
Update TR translations - 2 #1634
2018-09-27 22:53:39 +03:00
Jim LAURIE
1f56c823e9
Merge branch 'master' into order-translation-key
2018-09-27 18:39:22 +02:00
Jim LAURIE
29409f9531
Merge branch 'master' into master
2018-09-27 18:32:03 +02:00
Jim LAURIE
070f398044
Reorder translation keys
2018-09-26 15:15:48 +02:00
Jim LAURIE
46c9b0f966
3.0.0-alpha.14.2
2018-09-26 11:08:10 +02:00
cyril lopez
989b867714
Split admin entry point between dev and prod
2018-09-25 15:01:06 +02:00
Alberto Maturano
154fc28a57
Normalize to standar file permissions
...
As a result of taking a look on PR #1967 I realized there is 819
executable files in this repository. It is obvious this is an error.
2018-09-24 12:33:09 -05:00
Miloslav Voloskov
1cd3fe3c5c
Merge branch 'master' into master
2018-09-23 08:04:20 +03:00
Anthony Guimard
e7ccdbd4c3
Update lanagues list label break on multi-line.
...
Center vertically label with flexbox and decrease line-height
in order to increase render of language name.
2018-09-18 01:11:07 -04:00
Jim LAURIE
4d8ace2db7
3.0.0-alpha.14.1.1
2018-09-13 18:39:37 +02:00