@@ -48,27 +48,11 @@ CiviCRM will not run properly if files from previous version are present after t
### Install localization files (optional)
If your site requires the localization files, download the `civicrm-x.x.x-l10n.tar.gz` from [civicrm.org/download](https://civicrm.org/download)
here are two folders (`l10n` and `sql`) in the tar.gz file. You now have to copy (vie FTP for example) the whole `l10n` folder to `<wordpress_root>/wp-content/plugins/civicrm/civicrm/` (!note that is two times `civicrm` in a row).
These files must be untarred under `<wordpress_root>/wp-content/plugins/civicrm/`. Please note the `tar.gz` file only contains `/civicrm` not `/civicrm/civicrm`
```
$ cd <wordpress_root>/<content-dir>/plugins/civicrm
$ tar -xf ../civicrm-x.x.x-l10n.tar.gz
```
If you don't have SSH access and your IP panel does not recognize tar files, you will need to convert it to a zip file.
1. Uncompress `civicrm-x.x.x-l10n.tar.gz`
2. Uncompress `civicrm-x.x.x-l10n.tar`. You should now have a `civicrm` directory with 2 subdirectories `l10n` and `sql`.
3. Rename `civicrm` to `civicrm2`.
4. Create an empty `civicrm` directory.
5. Move the `civicrm2` directory (with the 2 subdirectories) into your new `civicrm` directory.
6. Rename `civicrm2` to `civicrm`.
7. Zip the `civicrm` directory and name it `civicrm-x.x.x-l10n.zip`
8. Now, you can upload `civicrm-x.x.x-l10n.zip` into `<wordpress_root>/wp-content/plugins/`
9. Unzip `civicrm-x.x.x-l10n.zip` and continue with the following steps.
The _content_ of the `sql` folder (or at least the 2 files referring to the language that you want to install CiviCRM in) need to be copied into the folder `<wordpress_root>/wp-content/plugins/civicrm/civicrm/sql/`. Note that the `sql` folder is already there and you should only copy the files into it. Don't replace the whole `sql` folder!
Note: If you are in the process of Installing CiviCRM you might need to deactivate the plugin and activate it again before you can select the new languages on the installer page in the WP backend.