2018-01-23 15:01:24 +01:00
|
|
|
---
|
2019-12-26 22:31:58 +01:00
|
|
|
#translation info file for our example language
|
|
|
|
#languages are made up of a few different files:
|
|
|
|
#<locale>.lang.yaml - general info about the translation
|
|
|
|
#<locale>-irc.lang.json - IRC strings to be translated
|
|
|
|
#<locale>-help.lang.json - help entries to be translated
|
|
|
|
#we split up translations in this way so that they can be displayed more nicely on CrowdIn
|
|
|
|
#name - this is the 'nice' or 'full' name of the language
|
2018-01-23 15:01:24 +01:00
|
|
|
name: "Français"
|
2019-12-26 22:31:58 +01:00
|
|
|
#code - this is what the language will be referred to in our list of languages
|
2018-01-23 15:48:41 +01:00
|
|
|
code: "fr-FR"
|
2019-12-26 22:31:58 +01:00
|
|
|
#contributors - people who have contributed to this translation
|
2019-06-28 04:51:32 +02:00
|
|
|
contributors: "Joshua Kwan <joshk@triplehelix.org>, Nuve"
|
2019-12-26 22:31:58 +01:00
|
|
|
#incomplete - whether to mark this language as incomplete
|
2018-01-23 15:01:24 +01:00
|
|
|
incomplete: true
|