From 2acc7db63d66cd82778983ca28c2c60269051c25 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Wed, 8 Apr 2020 13:11:08 +0530 Subject: Localization: Wire up Japanese translation By adding the translated Localizable.strings to the Xcode project Signed-off-by: Roopesh Chander --- WireGuard/WireGuard.xcodeproj/project.pbxproj | 2 ++ WireGuard/WireGuard/ja.lproj/Localizable.strings | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/WireGuard/WireGuard.xcodeproj/project.pbxproj b/WireGuard/WireGuard.xcodeproj/project.pbxproj index 06a8de4..381a5aa 100644 --- a/WireGuard/WireGuard.xcodeproj/project.pbxproj +++ b/WireGuard/WireGuard.xcodeproj/project.pbxproj @@ -302,6 +302,7 @@ 6F0F44C8222D55BB00B0FF04 /* TextCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextCell.swift; sourceTree = ""; }; 6F0F44CA222D55FD00B0FF04 /* EditableTextCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EditableTextCell.swift; sourceTree = ""; }; 6F1075632258AE9800D78929 /* DeleteTunnelsConfirmationAlert.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DeleteTunnelsConfirmationAlert.swift; sourceTree = ""; }; + 6F16F46F243DB55600AA141B /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = WireGuard/ja.lproj/Localizable.strings; sourceTree = ""; }; 6F19D30322402B8700A126F2 /* ConfirmationAlertPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfirmationAlertPresenter.swift; sourceTree = ""; }; 6F2449E7226587B80047B9E9 /* MacAppStoreUpdateDetector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MacAppStoreUpdateDetector.swift; sourceTree = ""; }; 6F3E02E8228000F6001FE7E3 /* MainMenu.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = MainMenu.swift; sourceTree = ""; }; @@ -1470,6 +1471,7 @@ isa = PBXVariantGroup; children = ( 6FE1765521C90BBE002690EA /* Base */, + 6F16F46F243DB55600AA141B /* ja */, ); name = Localizable.strings; sourceTree = ""; diff --git a/WireGuard/WireGuard/ja.lproj/Localizable.strings b/WireGuard/WireGuard/ja.lproj/Localizable.strings index afac5b7..ef19d6a 100644 --- a/WireGuard/WireGuard/ja.lproj/Localizable.strings +++ b/WireGuard/WireGuard/ja.lproj/Localizable.strings @@ -1,5 +1,5 @@ // SPDX-License-Identifier: MIT -// Copyright © 2018-2019 WireGuard LLC. All Rights Reserved. +// Copyright © 2018-2020 WireGuard LLC. All Rights Reserved. // Generic alert action names -- cgit v1.2.3-59-g8ed1b