forked from Ivasoft/mattermost-mobile
* Add t() translation mark to i18nable strings and update translations * Small fixes * Adding to the packager * Rebase fixes * Added missed texts
7 lines
152 B
JavaScript
7 lines
152 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
export function t(v) {
|
|
return v;
|
|
}
|