You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command is to assist contributors to download the country names automatically from the [Unicode Common Locale Data Repository](http://cldr.unicode.org/translation/displaynames/country-names) (CLDR). We use the CLDR as the definitive source for country names, as described in the contribution guidelines.
109
+
110
+
A new JSON file will be created at `storage_path('app/nova-lang/countries/{locale}.json')`. You can merge the keys from this file into `resources/lang/{locale}.json` in your fork before you raise a PR.
111
+
112
+
* Output country names for one or more languages:
113
+
```bash
114
+
php artisan nova-lang:country de,ru
115
+
```
116
+
117
+
* Output country names for all languages:
118
+
```bash
119
+
php artisan nova-lang:country --all
120
+
```
121
+
106
122
#### Stats Command
107
123
108
124
This command is to assist maintainers to update the completeness of each language and list of contributors in this README file.
0 commit comments