Simon Prévost

Results 32 comments of Simon Prévost

Hello! Can you provide the file you are testing against? I know we have this long standing bug for XLIFF: https://github.com/mirego/accent/issues/107

What is your environment variables for `STATIC_URL` `CANONICAL_URL` and `PORT`?

The stringsdict is not just a reference to the localized strings? Then translated with xliff files? Like in this blog post: https://medium.com/@vitaliikuznetsov/plurals-localization-using-stringsdict-in-ios-a910aab8c28c

@guyaumetremblay From what I got from expecting your project in the database, it looks like sync operation are syncing english text for the french language. This is a common misconfiguration...

Hello @Braineanear , there is already a mention of an Helm chart in the README. Since we don’t use the chart (or Helm, or k8s) internally for this project at...

Do you know what kind of "flavor" this YAML happens to be? The YAML support right now is pretty rudimentary (always wrapped in double quotes, no references, etc) and the...

Sure I’m open to a PR addressing thing 😃

I’m open to a PR addressing this 😃 I’m not sure it’s a fit for every project since "bold" markup should not depends on translations. The URL one ensure that...

Oh wow a project with ~85 000 strings 😮 I did not do any load test on the UI, I will try to tackle this soon to improve the performance...

I also have _many_ reports like: ``` The pattern %{context: %{current_user: current_user}} on line 57 doesn't have the type any() ``` It seems that when we use pattern matching on...