forked from AzureeDev/MW-MyBB-Languages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
espanol.php
31 lines (23 loc) · 791 Bytes
/
espanol.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* MyBB 1.8 Spanish Language Pack
* Copyright 2014 MyBB Group, All Rights Reserved
*
* Translator: Anio_pke
*/
// The friendly name of the language
$langinfo['name'] = "Español (Internacional)";
// The author of the language
$langinfo['author'] = "Anio_pke";
// The language authors website
$langinfo['website'] = "https://github.com/Anio-pke/mybb18-spanish-translation";
// Compatible version of MyBB
$langinfo['version'] = "1821";
// Sets if the translation includes the Admin CP (1 = yes, 0 = no)
$langinfo['admin'] = 1;
// Sets if the language is RTL (Right to Left) (1 = yes, 0 = no)
$langinfo['rtl'] = 0;
// Sets the lang in the <html> on all pages
$langinfo['htmllang'] = "es";
// Sets the character set, blank uses the default.
$langinfo['charset'] = "UTF-8";