Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
⚡ improvement(ui): locale additional notification
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Jun 24, 2018
1 parent 7629d46 commit 58f7d9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,12 @@ module.exports = api => {
setSharedData('localePaths', getLocalePaths(messages))
setSharedData('locales', locales)
setSharedData('current', locale)

api.notify({
title: 'add a locale',
message: `add ${locale} !!`,
icon: 'done'
})
})

api.addView({
Expand Down

0 comments on commit 58f7d9e

Please sign in to comment.