Max Hodges

Results 32 comments of Max Hodges

and what is suppose to happen in this case ``` mf('format_time', 'Time Formatting'); mf('format_time', 'Format Time'); ``` who wins? whichever comes later (like CSS)? Can we write something in the...

this probably belongs here I feel clicking 'Back to Translation Summary' should save if the translation string in the input is dirty (unsaved). Otherwise you have to move to another...

are we sure about this? ``` mf('format_time', 'Time Formatting'); // anywhere, once mf('format_time'); // anywhere else, should use 'Time Formatting' ``` seems possibly very brittle. If I change the name...

how to compile the translations in v2?

OK I see. working now. We had to put in some special helpers to make it work reactively with autoform Btw something weird happened in the editor. Should I post...

too soon to say for sure, but we are having some success with this approach in an autoform quickfield section of a template ``` {{> afQuickField name='productName' value=preProductName label=mfProductName}} ```...

i see. Yeah we might have to do those manually but can still leverage quickfield with these helpers!

added the helper technique to the wiki. Maybe you can share your approaches there too https://github.com/gadicc/meteor-messageformat/wiki/messageFormat-with-autoform h/t to @wallslide for this idea

@gadicc Hope you have a good vacation! Looking forwarding to having you back. I found a few issues with V2, but I also have a few questions about best practices...

@gadicc when are you back?