Skip to content

Commit

Permalink
adjust readme (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
solverat authored Nov 14, 2024
1 parent e2e9517 commit 994965c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
1 change: 0 additions & 1 deletion .actrc

This file was deleted.

12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/.github export-ignore
/docs export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/codeception.dist.yml export-ignore
/phpstan.neon export-ignore
/ecs.php export-ignore
/CLA.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/ISSUE_TEMPLATE.md export-ignore
/PULL_REQUEST_TEMPLATE.md export-ignore
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

<!--
- Please fill in this template according to your issue.
- For support request or how-tos, visit https://gitter.im/pimcore/pimcore or https://talk.pimcore.org/
- For support request or how-tos, visit the discussions section.
- Otherwise, replace this comment by the description of your issue.
-->
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.

[GNU General Public License](lhttps://www.gnu.org/licenses/gpl-3.0.en.html)
[GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html)
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Pimcore already comes with some great features to build internationalized websites.
But there are some gaps we have to handle by ourselves: search engine guidelines, geo based redirects, dynamic link handling for internal documents and of course: full qualified URLs for and in every context.
This bundle helps you to master this challenges and gives you the freedom to elaborate complex URL building and (country) based localization strategies.
**Please read the read the [I18n overview page](./docs/1_I18n.md) before starting!**
**Please read the [I18n overview page](./docs/1_I18n.md) before starting!**

### Release Plan
| Release | Supported Pimcore Versions | Supported Symfony Versions | Release Date | Maintained | Branch |
Expand Down Expand Up @@ -68,7 +68,7 @@ When using this bundle, you should:
- [I18n Overview Page](./docs/1_I18n.md): Learn all about the i18n principals.
- [Geo IP/Control](docs/10_GeoControl.md): Enable GeoIP Data Provider.
- [Zone Definitions](docs/20_Zones.md): Learn more about i18n zone definitions and how to manage them.
- [Custom I18n Context Look-Up](docs/21_I18nContext.md)] (🔥 New!)
- [Custom I18n Context Look-Up](docs/21_I18nContext.md) (🔥 New!)
- [Href-Lang](docs/25_HrefLang.md): Find out more about the href-lang tag generator.
- [Language Configuration](docs/26_Languages.md): Configure languages.
- [Country Configuration](docs/27_Countries.md): Configure countries.
Expand Down

0 comments on commit 994965c

Please sign in to comment.