Skip to content

Commit

Permalink
localize newtab
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiyasleep committed Jan 12, 2017
1 parent c4a07f7 commit 186b50a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/lib/tabconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@
this.firstTab = false
}

if(window.locale.loaded)
window.locale.localizeAll(pane)

this.container.tab.insertBefore(tab, this.newTabButton)
this.container.pane.insertAdjacentElement('beforeend', pane)

Expand All @@ -177,7 +180,7 @@
let id = Date.now()
this.append({
id: id,
label: '새 탭',
label: 'Tab',
gauge: 'deal.total',
sort: 'deal.total',
col: [
Expand Down

0 comments on commit 186b50a

Please sign in to comment.