[Language Pack] Korean

Mod that adds a extra field to the users profile, the gender is displayed beside the posts

Moderator: Moderators

Forum rules
The content in this forum is dated Dec. 21 2005 and can be used as Archive only. This Forum is LOCKED and READ ONLY !

[Language Pack] Korean

Postby ryuryu on Wed 22. May, 2002 04:16

Code: Select all
##############################################
## Mod Title: korean language to Gender MOD
## Mod Version: 1.0.0
## Author: Zzangga
##
## Description: This is the language to support Korean language
##
## Installation Level: easy
## Installation Time: 1 Minute
## Files To Edit: 1
## phpBB2/language/lang_korean/lang_main.php
##
##
###############################################
##
## Installation Notes:
##
## Only need if your board support Korean
## Please use this for language translations
##
###############################################

#
#-----[ OPEN FILE ]---------
#
phpBB2/language/lang_korean/lang_main.php

#
#-----[ FIND ]------------------------------------------
#
//
// That's all Folks!

#
#-----[ BEFORE, ADD ]------------------------------------------
#

//Add on for Gender Mod
$lang['Gender'] = "성별";//used in users profile to display witch gender he/she is
$lang['Male'] = "남자";
$lang['Female']="여자";
$lang['No_gender_specify'] = "지정안함";

#
#-----[ SAVE FILE ]---------
#
phpBB2/language/lang_korean/lang_main.php
ryuryu
Special supporter
 
Posts: 3
Joined: Tue 14. May, 2002 22:42
Location: Seoul, Korea

Return to Gender [2.0.10/EM]

Who is online

Users browsing this forum: No registered users and 1 guest

cron