Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Fixed Syntax Errors in Hindi Language (Fixes Build Errors) #460

Merged
merged 1 commit into from Feb 17, 2017
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
4 changes: 2 additions & 2 deletions src/language/lang_hi.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'Get ready for the CTF to start and access the board now!' =>
'अब CTF के शुरू होने और गेमबोर्ड एक्सेस करने के लिए तैयार रहें!!',
'Gameboard' =>
गेमबोर्ड',
'गेमबोर्ड',
'Register Team' =>
'टीम पंजीकृत करें',
'Get ready for the CTF to start and register your team now!' =>
Expand Down Expand Up @@ -481,7 +481,7 @@
'Countries' =>
'देश',
'Logos' =>
 'लोगो',
'लोगो',
//Translations for inc/* and inc/gameboard/*
'captured' =>
'कैप्चर किया गया',
Expand Down