Adding german localization

This commit is contained in:
Eugen Rochko
2016-11-18 15:36:16 +01:00
parent c1be1ac7c6
commit 85d1b74ac3
26 changed files with 488 additions and 51 deletions

View File

@ -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',