Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Decybel07 committed Jun 25, 2017
1 parent 9e0ddef commit ef55a2d
Show file tree
Hide file tree
Showing 35 changed files with 181 additions and 182 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,9 @@

# Change Log

## [3.0.0](https://github.com/Decybel07/L10n-swift/tree/3.0.0) (2017-06-25)
* Support for user-defined `Localizable` file names

## [2.2.0](https://github.com/Decybel07/L10n-swift/tree/2.2.0) (2017-06-14)
* Create post notification when language has been changed

Expand Down
2 changes: 1 addition & 1 deletion Example/Example iOS/AppDelegate.swift
Expand Up @@ -3,7 +3,7 @@
// Example
//
// Created by Adrian Bobrowski on 01.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Example/Example iOS/ViewController.swift
Expand Up @@ -3,7 +3,7 @@
// Example
//
// Created by Adrian Bobrowski on 30.04.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Example/Example macOS/AppDelegate.swift
Expand Up @@ -3,7 +3,7 @@
// Example macOS
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import Cocoa
Expand Down
2 changes: 1 addition & 1 deletion Example/Example macOS/Info.plist
Expand Up @@ -23,7 +23,7 @@
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2017 Coding lifestyle. All rights reserved.</string>
<string>Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.</string>
<key>NSMainStoryboardFile</key>
<string>Main</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion Example/Example macOS/ViewController.swift
Expand Up @@ -3,7 +3,7 @@
// Example
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import Cocoa
Expand Down
2 changes: 1 addition & 1 deletion Example/Example tvOS/AppDelegate.swift
Expand Up @@ -3,7 +3,7 @@
// Example tvOS
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Example/Example tvOS/ViewController.swift
Expand Up @@ -3,7 +3,7 @@
// Example tvOS
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import UIKit
Expand Down
2 changes: 1 addition & 1 deletion Example/Example watchOS Extension/ExtensionDelegate.swift
Expand Up @@ -3,7 +3,7 @@
// Example watchOS Extension
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import WatchKit
Expand Down
Expand Up @@ -3,7 +3,7 @@
// Example watchOS Extension
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import WatchKit
Expand Down
Expand Up @@ -3,7 +3,7 @@
// Example watchOS Extension
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import WatchKit
Expand Down
42 changes: 21 additions & 21 deletions Example/Example.xcodeproj/project.pbxproj
Expand Up @@ -195,20 +195,20 @@
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
2D15A24F1EC4CA6600FD4AC8 /* L10n_PolishLanguage_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = L10n_PolishLanguage_Tests.swift; sourceTree = "<group>"; };
2D15A2531EC4CF0900FD4AC8 /* L10n_EnglishLanguage_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = L10n_EnglishLanguage_Tests.swift; sourceTree = "<group>"; };
2D747A491EE0640C003802FE /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; };
2D747A4B1EE06460003802FE /* L10n_ArabicLanguage_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = L10n_ArabicLanguage_Tests.swift; sourceTree = "<group>"; };
2D15A24F1EC4CA6600FD4AC8 /* L10n_PolishLanguage_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = L10n_PolishLanguage_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2D15A2531EC4CF0900FD4AC8 /* L10n_EnglishLanguage_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = L10n_EnglishLanguage_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2D747A491EE0640C003802FE /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; lineEnding = 0; name = ar; path = ar.lproj/Localizable.strings; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
2D747A4B1EE06460003802FE /* L10n_ArabicLanguage_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = L10n_ArabicLanguage_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2D747A4F1EE06BA6003802FE /* ar */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = ar; path = ar.lproj/Localizable.plist; sourceTree = "<group>"; };
2DC338F01EC3B07D00196573 /* Example macOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example macOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2DC338F21EC3B07D00196573 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2DC338F41EC3B07D00196573 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2DC338F21EC3B07D00196573 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = AppDelegate.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC338F41EC3B07D00196573 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ViewController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC338F61EC3B07D00196573 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2DC338FB1EC3B07D00196573 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2DC339001EC3B07D00196573 /* Example macOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Example macOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
2DC339111EC3B0C600196573 /* Example tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Example tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
2DC339131EC3B0C600196573 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2DC339151EC3B0C600196573 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2DC339131EC3B0C600196573 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = AppDelegate.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC339151EC3B0C600196573 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ViewController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC3391A1EC3B0C600196573 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2DC3391C1EC3B0C600196573 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2DC339211EC3B0C600196573 /* Example tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Example tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -221,34 +221,34 @@
2DC3395B1EC3B18000196573 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2DC339601EC3B18000196573 /* Example watchOS Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "Example watchOS Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
2DC339661EC3B18000196573 /* PushNotificationPayload.apns */ = {isa = PBXFileReference; lastKnownFileType = text; path = PushNotificationPayload.apns; sourceTree = "<group>"; };
2DC339671EC3B18000196573 /* InterfaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = "<group>"; };
2DC339691EC3B18000196573 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
2DC3396B1EC3B18000196573 /* NotificationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationController.swift; sourceTree = "<group>"; };
2DC339671EC3B18000196573 /* InterfaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = InterfaceController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC339691EC3B18000196573 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ExtensionDelegate.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC3396B1EC3B18000196573 /* NotificationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = NotificationController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC3396D1EC3B18000196573 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
2DC3396F1EC3B18000196573 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2DC3397D1EC3B30E00196573 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = en; path = en.lproj/Localizable.plist; sourceTree = "<group>"; };
2DC3397F1EC3B30E00196573 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
2DC3397F1EC3B30E00196573 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; lineEnding = 0; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
2DC339811EC3B30E00196573 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = en; path = en.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
2DC339821EC3B30E00196573 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = es; path = es.lproj/Localizable.plist; sourceTree = "<group>"; };
2DC339831EC3B30E00196573 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; };
2DC339831EC3B30E00196573 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; lineEnding = 0; name = es; path = es.lproj/Localizable.strings; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
2DC339841EC3B30E00196573 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = es; path = es.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
2DC339851EC3B30E00196573 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = ja; path = ja.lproj/Localizable.plist; sourceTree = "<group>"; };
2DC339861EC3B30E00196573 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
2DC339861EC3B30E00196573 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; lineEnding = 0; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
2DC339871EC3B30E00196573 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = ja; path = ja.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
2DC339881EC3B30E00196573 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = pl; path = pl.lproj/Localizable.plist; sourceTree = "<group>"; };
2DC339891EC3B30E00196573 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; };
2DC339891EC3B30E00196573 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; lineEnding = 0; name = pl; path = pl.lproj/Localizable.strings; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.simpleColoring; };
2DC3398A1EC3B30E00196573 /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = pl; path = pl.lproj/Localizable.stringsdict; sourceTree = "<group>"; };
2DC339A31EC3B59D00196573 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
2DC339A51EC3B5A900196573 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
2DC339A31EC3B59D00196573 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = ViewController.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC339A51EC3B5A900196573 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = AppDelegate.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC339A61EC3B5A900196573 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = LaunchScreen.storyboard; sourceTree = "<group>"; };
2DC339A71EC3B5A900196573 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
2DC339AB1EC3B68200196573 /* Interface.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Interface.storyboard; sourceTree = "<group>"; };
2DC339AD1EC3B6AF00196573 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
2DC339AF1EC3B6C400196573 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; };
2DC339E71EC3BF4A00196573 /* L10n_Static_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = L10n_Static_Tests.swift; sourceTree = "<group>"; };
2DC339E71EC3BF4A00196573 /* L10n_Static_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = L10n_Static_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC339E81EC3BF4A00196573 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
2DC339EF1EC3C0F800196573 /* L10n_UnsupportedLanguage_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = L10n_UnsupportedLanguage_Tests.swift; sourceTree = "<group>"; };
2DC339F31EC3C19A00196573 /* L10n_ChangeLanguage_Test.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = L10n_ChangeLanguage_Test.swift; sourceTree = "<group>"; };
2DC339EF1EC3C0F800196573 /* L10n_UnsupportedLanguage_Tests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = L10n_UnsupportedLanguage_Tests.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC339F31EC3C19A00196573 /* L10n_ChangeLanguage_Test.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = L10n_ChangeLanguage_Test.swift; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.swift; };
2DC33A101EC4209C00196573 /* L10n.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = L10n.xcodeproj; path = ../L10n.xcodeproj; sourceTree = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -602,7 +602,7 @@
attributes = {
LastSwiftUpdateCheck = 0830;
LastUpgradeCheck = 0830;
ORGANIZATIONNAME = "Coding lifestyle";
ORGANIZATIONNAME = "Adrian Bobrowski (Decybel07), adrian071993@gmail.com";
TargetAttributes = {
2DC338EF1EC3B07D00196573 = {
CreatedOnToolsVersion = 8.3.2;
Expand Down
2 changes: 1 addition & 1 deletion Example/L10n Tests/L10n_ArabicLanguage_Tests.swift
Expand Up @@ -3,7 +3,7 @@
// L10n Tests
//
// Created by Adrian Bobrowski on 01.06.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion Example/L10n Tests/L10n_ChangeLanguage_Test.swift
Expand Up @@ -3,7 +3,7 @@
// L10n Tests
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion Example/L10n Tests/L10n_EnglishLanguage_Tests.swift
Expand Up @@ -3,7 +3,7 @@
// L10n Tests
//
// Created by Adrian Bobrowski on 11.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion Example/L10n Tests/L10n_PolishLanguage_Tests.swift
Expand Up @@ -3,7 +3,7 @@
// L10n Tests
//
// Created by Adrian Bobrowski on 11.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion Example/L10n Tests/L10n_Static_Tests.swift
Expand Up @@ -3,7 +3,7 @@
// L10n Tests
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion Example/L10n Tests/L10n_UnsupportedLanguage_Tests.swift
Expand Up @@ -3,7 +3,7 @@
// L10n Tests
//
// Created by Adrian Bobrowski on 10.05.2017.
// Copyright © 2017 Coding lifestyle. All rights reserved.
// Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
//

import XCTest
Expand Down
2 changes: 1 addition & 1 deletion Example/Localizable/ar.lproj/Localizable.strings
Expand Up @@ -3,7 +3,7 @@
Example

Created by Adrian Bobrowski on 30.04.2017.
Copyright © 2017 Coding lifestyle. All rights reserved.
Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
*/

"HelloWorld" = "مرحبا العالم!";
2 changes: 1 addition & 1 deletion Example/Localizable/en.lproj/Localizable.strings
Expand Up @@ -3,7 +3,7 @@
Example

Created by Adrian Bobrowski on 30.04.2017.
Copyright © 2017 Coding lifestyle. All rights reserved.
Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
*/

"HelloWorld" = "Hello World!";
2 changes: 1 addition & 1 deletion Example/Localizable/es.lproj/Localizable.strings
Expand Up @@ -3,7 +3,7 @@
Example

Created by Adrian Bobrowski on 30.04.2017.
Copyright © 2017 Coding lifestyle. All rights reserved.
Copyright © 2017 Adrian Bobrowski (Decybel07), adrian071993@gmail.com. All rights reserved.
*/

"HelloWorld" = "¡Hola Mundo!";

0 comments on commit ef55a2d

Please sign in to comment.