Skip to content
This repository was archived by the owner on Jun 7, 2020. It is now read-only.

Commit 48fd897

Browse files
authored
Merge pull request #2147 from RocketChat/chore/japanese_project_support
[I18N] Add Japanese to the Project
2 parents d6c014c + bb7f862 commit 48fd897

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

Rocket.Chat.xcodeproj/project.pbxproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,6 +1003,10 @@
10031003
411498E41FC7B8D500D66542 /* AttachmentSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AttachmentSpec.swift; sourceTree = "<group>"; };
10041004
4116CBE420B599D9007E7163 /* StatusTableViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusTableViewController.swift; sourceTree = "<group>"; };
10051005
4116CBE620B599E6007E7163 /* StatusViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = StatusViewModel.swift; sourceTree = "<group>"; };
1006+
4119E1C02138242900CDFB83 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/RCEmojiKit.strings; sourceTree = "<group>"; };
1007+
4119E1C12138242900CDFB83 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
1008+
4119E1C22138242900CDFB83 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/VoiceOver.strings; sourceTree = "<group>"; };
1009+
4119E1C32138242A00CDFB83 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/InfoPlist.strings; sourceTree = "<group>"; };
10061010
411D40C520D2668B001A1035 /* SubscriptionLastMessageSpec.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SubscriptionLastMessageSpec.swift; sourceTree = "<group>"; };
10071011
411D40C720D27A5E001A1035 /* ChannelInfoDescriptionCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ChannelInfoDescriptionCell.xib; sourceTree = "<group>"; };
10081012
411D40C820D27A5E001A1035 /* ChannelInfoDescriptionCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ChannelInfoDescriptionCell.swift; sourceTree = "<group>"; };
@@ -3858,6 +3862,7 @@
38583862
es,
38593863
ru,
38603864
"pt-PT",
3865+
ja,
38613866
);
38623867
mainGroup = 41DF76D61D2C50710028DBF8;
38633868
productRefGroup = 41DF76E01D2C50710028DBF8 /* Products */;
@@ -4990,6 +4995,7 @@
49904995
0B92E67320F767FD003DAB5A /* es */,
49914996
0B92E67420F767FD003DAB5A /* ru */,
49924997
0B92E67520F767FE003DAB5A /* pt-PT */,
4998+
4119E1C32138242A00CDFB83 /* ja */,
49934999
);
49945000
name = InfoPlist.strings;
49955001
sourceTree = "<group>";
@@ -5016,6 +5022,7 @@
50165022
41EB223A1E5F057F00AA3AE7 /* pt-BR */,
50175023
415D4B8620C57FF700EB72F2 /* ru */,
50185024
416772D520EA4CCA009999F8 /* pt-PT */,
5025+
4119E1C12138242900CDFB83 /* ja */,
50195026
);
50205027
name = Localizable.strings;
50215028
path = .;
@@ -5034,6 +5041,7 @@
50345041
80307E441FD75DCB006AD9EF /* pt-BR */,
50355042
415D4B8720C57FF700EB72F2 /* ru */,
50365043
416772D620EA4CCA009999F8 /* pt-PT */,
5044+
4119E1C22138242900CDFB83 /* ja */,
50375045
);
50385046
name = VoiceOver.strings;
50395047
path = .;
@@ -5076,6 +5084,7 @@
50765084
80C7DD641FF46B8800E6647C /* pl */,
50775085
80C7DD611FF46B8300E6647C /* pt-BR */,
50785086
416772D420EA4CCA009999F8 /* pt-PT */,
5087+
4119E1C02138242900CDFB83 /* ja */,
50795088
);
50805089
name = RCEmojiKit.strings;
50815090
path = .;
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/*
2+
RCEmojiKit.strings
3+
Rocket.Chat
4+
5+
Created by Matheus Cardoso on 12/27/17.
6+
Copyright © 2017 Rocket.Chat. All rights reserved.
7+
*/
8+
9+
"emojipicker.title" = "Choose a reaction";
10+
"searchbar.placeholder" = "Search for an emoji";
11+
12+
"categories.recent" = "FREQUENTLY USED";
13+
"categories.custom" = "CUSTOM";
14+
"categories.people" = "SMILEYS & PEOPLE";
15+
"categories.nature" = "ANIMALS & NATURE";
16+
"categories.food" = "FOOD & DRINK";
17+
"categories.activity" = "ACTIVITY";
18+
"categories.travel" = "TRAVEL & PLACES";
19+
"categories.objects" = "OBJECTS";
20+
"categories.symbols" = "SYMBOLS";
21+
"categories.flags" = "FLAGS";
22+
23+
"reactorlist.title" = "Reactions";
24+

0 commit comments

Comments
 (0)