Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translation doc in french 2 new methods #514

Merged
merged 1 commit into from
Sep 15, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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