Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWez98 committed Dec 13, 2024
1 parent e7b0f3a commit 589a0ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# WIP
This addon is still a WIP.

# Statamic Translation Management

> Statamic Translation Management is a Statamic addon that allows you to add/edit translations.
Expand All @@ -25,11 +22,6 @@ php artisan vendor:publish --provider="Spatie\TranslationLoader\TranslationServi
php artisan migrate
```

This addon adds two custom field types, if you want to use them include the script in your cp.js.
```js
import 'Vendor/justbetter/statamic-translation-management/resources/js/translation-manager.js'
```

## How to Use

This addon adds a "translations" menu item in the control panel through [Runway](https://github.com/statamic-rad-pack/runway). Here you can add/edit the translations.
1 change: 0 additions & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ protected function bootRunway(): self
config(['runway.resources' => array_merge(
[LanguageLine::class => [
'name' => 'Translations',
'primary_column' => 'key',
]],
config('runway.resources') ?? []
)]);
Expand Down

0 comments on commit 589a0ed

Please sign in to comment.