Artyom Mezin

Results 163 comments of Artyom Mezin
trafficstars

@Ben-Ho What changes on this issue?

@Ben-Ho `\vendor\koala-framework\koala-framework\trl\ru.po` still without header. ![image](https://cloud.githubusercontent.com/assets/7556290/13131814/d3da3bb0-d639-11e5-8ef9-7ab251253f4c.png)

@nsams Thanks, Niko! It works. My file was 95 kb, new downloaded is 117 kb. Also I missed [calendar](https://github.com/koala-framework/koala-framework/blob/3.8/trl.xml#L15058) word translation in new .po trl.

@nsams Content from your API url contains wrong header: ``` msgid "" msgstr "Content-Type: text/plain; charset=UTF-8" ``` But it should be at least: ``` msgid "" msgstr "" "Content-Type: text/plain;...

> Ok, why do you come to the conclusion this is "wrong"? Because you put `Content-Type` header into string pair that must be empty: http://docs.translatehouse.org/projects/localization-guide/en/latest/guide/project/howto.html#the-string-pair > Because Poedit doesn't support...

Hard to say, it showed to me 2 times in one day. Need to investigate more. I will write again if an error occurs.

>you could use someting like https://github.com/jjriv/emogrifier Do you mean something like this: ```php $html = 'Hello world!'; $css = 'h1 {font-size: 32px;}'; $emogrifier = new \Pelago\Emogrifier($html, $css); ``` ? But...

I mean that I want to use something like Twig loop functions in template: http://twig.sensiolabs.org/doc/2.x/tags/for.html Also in Laravel Blade templates (Loops section): https://laravel.com/docs/5.4/blade#control-structures Then I can send array to template...

>First, you need to define a event subscriber class, you can do that in a model: Ok. I put it into `models` folder. But what about DB schema for this...

@nsams Ok. I did something near that I wanted. Please have a look: https://gist.github.com/Sogl/2a4de5289a0b459e0f110ba1835d24fa I found some problems that I don't know how to resolve: 1.. There are some of...