The Wayback Machine - https://web.archive.org/web/20220411182644/https://github.com/topics/locale
Skip to content
#

locale

Here are 300 public repositories matching this topic...

DimitrisRK
DimitrisRK commented Jan 6, 2022

Description

It would be great if validator skipped certain expressions.

A case I noticed this could be useful is a framework that allows using javascript expressions as attribute values in XML.
The format is usually like this:

<tagName value="5" text="{{ isVisible && isEditable }}"/>
<tagName value="5" text="{{ array.length > 5 }}"/>

As you can see, there is the case of u

khalyomede
khalyomede commented Jan 22, 2022

Description

First of all, thanks a lot for this package, it saved me tons of time!

I was wondering if the command could be used on a CI, and would fail (e.g. return a non 0 code) if it finds new keys to translate, without adding them.

Proposal

The command signature could be (to discuss):

php artisan localize fr --dry-run --ci

--dry-run would instruct it to ret

enhancement good first issue

Improve this page

Add a description, image, and links to the locale topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the locale topic, visit your repo's landing page and select "manage topics."

Learn more