From 5afc05ad1e1ab6ad027075083eb1b27221f392ca Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Tue, 31 Mar 2015 12:39:41 +0000 Subject: [PATCH] changed code_folder to use the language entries for some words --- codepot/src/codepot/language/english/common_lang.php | 1 + codepot/src/codepot/language/indonesian/common_lang.php | 3 +++ codepot/src/codepot/language/korean/common_lang.php | 1 + codepot/src/codepot/views/code_folder.php | 6 +++--- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/codepot/src/codepot/language/english/common_lang.php b/codepot/src/codepot/language/english/common_lang.php index 15359248..5de0ca1b 100644 --- a/codepot/src/codepot/language/english/common_lang.php +++ b/codepot/src/codepot/language/english/common_lang.php @@ -4,6 +4,7 @@ $lang['All'] = 'All'; $lang['Attachment'] = 'Attachment'; $lang['Attachments'] = 'Attachments'; $lang['Blame'] = 'Blame'; +$lang['Blank'] = 'Blank'; $lang['Cancel'] = 'Cancel'; $lang['Change'] = 'Change'; $lang['Change log'] = 'Change log'; diff --git a/codepot/src/codepot/language/indonesian/common_lang.php b/codepot/src/codepot/language/indonesian/common_lang.php index 8d3bd3ab..45a63efd 100644 --- a/codepot/src/codepot/language/indonesian/common_lang.php +++ b/codepot/src/codepot/language/indonesian/common_lang.php @@ -1,7 +1,10 @@ lang->line('Code')?>", data: code }, + { label: "lang->line('Comment')?>", data: comment }, + { label: "lang->line('Blank')?>", data: blank } ]; var options = {