mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #400] Feature: Spanish localisation #524
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#524
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Clipy/Clipy/pull/400
Author: @hespresati
Created: 4/12/2020
Status: 🔄 Open
Base:
develop← Head:feature/spanish_localization📝 Commits (3)
6b2f7d5Added spanish localization4d6fdd8Localization fixes002c32cFixed (null)s📊 Changes
20 files changed (+5130 additions, -4000 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+26 -6)➕
Clipy/Resources/es.lproj/Localizable.strings(+59 -0)➕
Clipy/Sources/Preferences/Panels/es.lproj/CPYBetaPreferenceViewController.strings(+57 -0)➕
Clipy/Sources/Preferences/Panels/es.lproj/CPYExcludeAppPreferenceViewController.strings(+6 -0)➕
Clipy/Sources/Preferences/Panels/es.lproj/CPYGeneralPreferenceViewController.strings(+39 -0)➕
Clipy/Sources/Preferences/Panels/es.lproj/CPYMenuPreferenceViewController.strings(+69 -0)➕
Clipy/Sources/Preferences/Panels/es.lproj/CPYShortcutsPreferenceViewController.strings(+18 -0)➕
Clipy/Sources/Preferences/Panels/es.lproj/CPYTypePreferenceViewController.strings(+24 -0)➕
Clipy/Sources/Preferences/Panels/es.lproj/CPYUpdatesPreferenceViewController.strings(+21 -0)➕
Clipy/Sources/Preferences/es.lproj/CPYPreferencesWindowController.strings(+27 -0)➕
Clipy/Sources/Snippets/es.lproj/CPYSnippetsEditorWindowController.strings(+36 -0)📝
Podfile.lock(+2 -2)📝
Pods/Manifest.lock(+2 -2)📝
Pods/Pods.xcodeproj/project.pbxproj(+4572 -3926)📝
Pods/Target Support Files/Pods-Clipy/Pods-Clipy-frameworks.sh(+74 -22)📝
Pods/Target Support Files/Pods-Clipy/Pods-Clipy.debug.xcconfig(+7 -6)📝
Pods/Target Support Files/Pods-Clipy/Pods-Clipy.release.xcconfig(+7 -6)📝
Pods/Target Support Files/Pods-ClipyTests/Pods-ClipyTests-frameworks.sh(+74 -20)📝
Pods/Target Support Files/Pods-ClipyTests/Pods-ClipyTests.debug.xcconfig(+5 -5)📝
Pods/Target Support Files/Pods-ClipyTests/Pods-ClipyTests.release.xcconfig(+5 -5)📄 Description
Added Spanish localisation. Ran "pod install" and it seems they are not in gitignore, hence a lot of files have been modified. Leaving them for review if they are needed. Can get rid of them and just leave the localisation files.
Thanks for Clipy!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.