Skip to content
Snippets Groups Projects
Commit 4287ecac authored by ERKEN EFE's avatar ERKEN EFE
Browse files

:wrench: UPDATE: Add more translations

Added more entries to the translation table for more elements.
parent 50ed3f0d
Branches
Tags
No related merge requests found
......@@ -14,6 +14,25 @@ $lang = [
"alt-text" => "Two e letters stacked one on another"
],
"button" => [
"see-more" => "See more posts"
"see-more" => "See more posts",
"submit" => "Submit"
],
"admin" => [
"h1" => "Insert an Article into the Database"
],
"form" => [
"label" => [
"title" => "Title",
"description" => "Description",
"image" => "Picture",
"image-alt" => "Alternative text for the picture"
],
"input" => [
"title" => "A personal portfolio website",
"image-alt" => "A screenshot of my website showing the login screen"
],
"textarea" => [
"description" => "I made a website using PHP."
]
]
];
......@@ -14,6 +14,25 @@ $lang = [
"alt-text" => "Deux lettres e balancé l'un sur l'autre"
],
"button" => [
"see-more" => "Voir plus d'articles"
"see-more" => "Voir plus d'articles",
"submit" => "Soumettre"
],
"admin" => [
"h1" => "Insérer un article dans la base de données"
],
"form" => [
"label" => [
"title" => "Titre",
"description" => "Description",
"image" => "Image",
"image-alt" => "Text alternative pour l'image"
],
"input" => [
"title" => "Un site internet de portfolio personnel",
"image-alt" => "Une capture d'écran de mon site montrant la page de connexion"
],
"textarea" => [
"description" => "J'ai créé un site internet en utilisant PHP."
]
]
];
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment