Skip to content

Commit

Permalink
Merge pull request #514 from forresst/translate-512
Browse files Browse the repository at this point in the history
Translation doc in french 2 new methods
  • Loading branch information
carljm committed Sep 15, 2015
2 parents f84dac6 + e776acc commit 33787c9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/fr/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,12 +249,26 @@ Voir les [Tags personnalisés](#tags-personnaliss).

{% endapi %}

{% api %}
removeExtension
env.removeExtension(name)

Supprime une extension personnalisée nommée **name** ajoutée précédemment.

{% endapi %}

{% api %}
getExtension
env.getExtension(name)
Récupère une extension nommée **name**.
{% endapi %}

{% api %}
hasExtension
env.hasExtension(name)
Retourne true si une extension personnalisée nommée **name** a été ajoutée.
{% endapi %}

{% api %}
addGlobal
env.addGlobal(name, value)
Expand Down

0 comments on commit 33787c9

Please sign in to comment.