Adding german localization
This commit is contained in:
parent
c1be1ac7c6
commit
85d1b74ac3
26 changed files with 488 additions and 51 deletions
|
@ -14,7 +14,7 @@ const initialState = Immutable.Map({
|
|||
const normalizeSuggestions = (state, value, accounts) => {
|
||||
let newSuggestions = [
|
||||
{
|
||||
title: 'Account',
|
||||
title: 'account',
|
||||
items: accounts.map(item => ({
|
||||
type: 'account',
|
||||
id: item.id,
|
||||
|
@ -25,7 +25,7 @@ const normalizeSuggestions = (state, value, accounts) => {
|
|||
|
||||
if (value.indexOf('@') === -1) {
|
||||
newSuggestions.push({
|
||||
title: 'Hashtag',
|
||||
title: 'hashtag',
|
||||
items: [
|
||||
{
|
||||
type: 'hashtag',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue