Current state
This commit is contained in:
21
public/assets/plugins/pickadate/translations/NAMING.md
Normal file
21
public/assets/plugins/pickadate/translations/NAMING.md
Normal file
@@ -0,0 +1,21 @@
|
||||
### The following convention is used for naming the translation files:
|
||||
|
||||
```
|
||||
LANGUAGE_COUNTRY.js
|
||||
```
|
||||
|
||||
#### Where:
|
||||
|
||||
```
|
||||
LANGUAGE = The lowercase ISO 639-1 language code.
|
||||
```
|
||||
|
||||
> See http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes
|
||||
|
||||
```
|
||||
COUNTRY = The uppercase ISO 3166-1 country code.
|
||||
```
|
||||
|
||||
> See http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements
|
||||
|
||||
When there is no `COUNTRY` in the filename, it is assumed the generic language is used in multiple countries.
|
||||
Reference in New Issue
Block a user