git ssb

2+

mixmix / ticktack



Tree: 4dbb2a6693e61517c65a6eb549c9f0d8acf437b7

Files: 4dbb2a6693e61517c65a6eb549c9f0d8acf437b7 / translations / sync.js

294 bytesRaw
1
2exports.gives = {translations: {sync: {strings: true}}}
3
4exports.create = function () {
5 return {translations: {sync: {strings: function () {
6 return {
7 showMore: "Show More",
8 channels: "Channels",
9 directMessages: "Direct Messages",
10 replySymbol: "> "
11 }
12 }}}}
13}
14

Built with git-ssb-web