diff --git a/OpenKeychain/src/main/res/raw-ko/help_about.html b/OpenKeychain/src/main/res/raw-ko/help_about.html
new file mode 100644
index 000000000..ae7e16aae
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-ko/help_about.html
@@ -0,0 +1,49 @@
+
+
+
+http://www.openkeychain.org
+OpenKeychain is an OpenPGP implementation for Android.
+License: GPLv3+
+
+Developers OpenKeychain
+
+- Dominik Schürmann (Lead developer)
+- Ash Hughes (crypto patches)
+- Brian C. Barnes
+- Bahtiar 'kalkin' Gadimov (UI)
+- Daniel Hammann
+- Daniel Haß
+- Greg Witczak
+- Miroojin Bakshi
+- Nikhil Peter Raj
+- Paul Sarbinowski
+- Sreeram Boyapati
+- Vincent Breitmoser
+
+Developers APG 1.x
+
+- Thialfihar (Lead developer)
+- 'Senecaso' (QRCode, sign key, upload key)
+- Markus Doits
+
+Libraries
+
+
+
diff --git a/OpenKeychain/src/main/res/raw-ko/help_changelog.html b/OpenKeychain/src/main/res/raw-ko/help_changelog.html
new file mode 100644
index 000000000..f983e2bb1
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-ko/help_changelog.html
@@ -0,0 +1,148 @@
+
+
+
+2.6.1
+
+- some fixes for regression bugs
+
+2.6
+
+- key certifications (thanks to Vincent Breitmoser)
+- support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
+- new design for signature verification
+- custom key length (thanks to Greg Witczak)
+- fix share-functionality from other apps
+
+2.5
+
+- fix decryption of symmetric pgp messages/files
+- refactored edit key screen (thanks to Ash Hughes)
+- new modern design for encrypt/decrypt screens
+- OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
+
+2.4
+Thanks to all applicants of Google Summer of Code 2014 who made this release feature rich and bug free!
+Besides several small patches, a notable number of patches are made by the following people (in alphabetical order):
+Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paul Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.
+
+- new unified key list
+- colorized key fingerprint
+- support for keyserver ports
+- deactivate possibility to generate weak keys
+- much more internal work on the API
+- certify user ids
+- keyserver query based on machine-readable output
+- lock navigation drawer on tablets
+- suggestions for emails on creation of keys
+- search in public key lists
+- and much more improvements and fixes…
+
+2.3.1
+
+- hotfix for crash when upgrading from old versions
+
+2.3
+
+- remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)
+- fix setting expiry dates on keys (thanks to Ash Hughes)
+- more internal fixes when editing keys (thanks to Ash Hughes)
+- querying keyservers directly from the import screen
+- fix layout and dialog style on Android 2.2-3.0
+- fix crash on keys with empty user ids
+- fix crash and empty lists when coming back from signing screen
+- Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source
+- fix upload of key from signing screen
+
+2.2
+
+- new design with navigation drawer
+- new public key list design
+- new public key view
+- bug fixes for importing of keys
+- key cross-certification (thanks to Ash Hughes)
+- handle UTF-8 passwords properly (thanks to Ash Hughes)
+- first version with new languages (thanks to the contributors on Transifex)
+- sharing of keys via QR Codes fixed and improved
+- package signature verification for API
+
+2.1.1
+
+- API Updates, preparation for K-9 Mail integration
+
+2.1
+
+- lots of bug fixes
+- new API for developers
+- PRNG bug fix by Google
+
+2.0
+
+- complete redesign
+- share public keys via qr codes, nfc beam
+- sign keys
+- upload keys to server
+- fixes import issues
+- new AIDL API
+
+1.0.8
+
+- basic keyserver support
+- app2sd
+- more choices for pass phrase cache: 1, 2, 4, 8, hours
+- translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
+- bugfixes
+- optimizations
+
+1.0.7
+
+- fixed problem with signature verification of texts with trailing newline
+- more options for pass phrase cache time to live (20, 40, 60 mins)
+
+1.0.6
+
+- account adding crash on Froyo fixed
+- secure file deletion
+- option to delete key file after import
+- stream encryption/decryption (gallery, etc.)
+- new options (language, force v3 signatures)
+- interface changes
+- bugfixes
+
+1.0.5
+
+- German and Italian translation
+- much smaller package, due to reduced BC sources
+- new preferences GUI
+- layout adjustment for localization
+- signature bugfix
+
+1.0.4
+
+- fixed another crash caused by some SDK bug with query builder
+
+1.0.3
+
+- fixed crashes during encryption/signing and possibly key export
+
+1.0.2
+
+- filterable key lists
+- smarter pre-selection of encryption keys
+- new Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers
+- fixes and additional features (key preselection) for K-9 Mail, new beta build available
+
+1.0.1
+
+- GMail account listing was broken in 1.0.0, fixed again
+
+1.0.0
+
+- K-9 Mail integration, APG supporting beta build of K-9 Mail
+- support of more file managers (including ASTRO)
+- Slovenian translation
+- new database, much faster, less memory usage
+- defined Intents and content provider for other apps
+- bugfixes
+
+
+
diff --git a/OpenKeychain/src/main/res/raw-ko/help_nfc_beam.html b/OpenKeychain/src/main/res/raw-ko/help_nfc_beam.html
new file mode 100644
index 000000000..88492731c
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-ko/help_nfc_beam.html
@@ -0,0 +1,12 @@
+
+
+
+How to receive keys
+
+- Go to your partners contacts and open the contact you want to share.
+- Hold the two devices back to back (they have to be almost touching) and you’ll feel a vibration.
+- After it vibrates you’ll see the content on your partners device turn into a card-like object with Star Trek warp speed-looking animation in the background.
+- Tap the card and the content will then load on the your device.
+
+
+
diff --git a/OpenKeychain/src/main/res/values-ko/strings.xml b/OpenKeychain/src/main/res/values-ko/strings.xml
new file mode 100644
index 000000000..10047ae91
--- /dev/null
+++ b/OpenKeychain/src/main/res/values-ko/strings.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+