Tobias Munk

Results 508 comments of Tobias Munk

Could you provide a PR?

Yeah, that's why I'm on github :dancer:

@robwatkiss Is this backward-compatible?

I merged @uldisn PR introducing the new message catalog. The idea is that the "standard" translations for button labels, etc... go into `crud` while the model specific translations go into...

Example: http://jsfiddle.net/DYgD6/6/

This list will be endless: 'create_time', 'createtime', 'created_at', 'createdat', 'changed', 'changed_at', 'updatetime', 'update_time', 'timestamp' and it's very hard to extend the way it is. What's about "providers" for this also?

You're raising valid issues, thank you. But I need some time to investigate this. > What if the i18n was removed from FullCrud? Or at least from the labels, and...

I just tried it on the outputted files, but it doesn't support re-indentation atm. So I think we'll have to fix the generator manually. Tried with: ``` php-cs-fixer.phar fix ....

This is fine: ``` $foo = bar($a, $b); $arr = array(0 => "zero", 1 => "one"); array('foo' => 'bar') ``` Could you give me some examples for the other cases?