mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Make DEFAULT_LANG mean the default language for displayed messages.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
parent
55dcf5ce87
commit
8eab9ed462
3 changed files with 13 additions and 11 deletions
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
# NOTE: modify these variables if your MySQL setup is different
|
||||
#
|
||||
|
||||
define( "AUR_db_host", "localhost:/var/run/mysqld/mysqld.sock" );
|
||||
define( "AUR_db_name", "AUR" );
|
||||
define( "AUR_db_user", "aur" );
|
||||
|
@ -16,8 +17,7 @@ define( "USERNAME_MAX_LEN", 16 );
|
|||
define( "PASSWD_MIN_LEN", 4 );
|
||||
define( "PASSWD_MAX_LEN", 128 );
|
||||
|
||||
# Language that messages are initially written in.
|
||||
# This should never change.
|
||||
# Default language for displayed messages in the web interface.
|
||||
define("DEFAULT_LANG", "en");
|
||||
|
||||
# Languages we have translations for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue