Skip to content
This repository was archived by the owner on Dec 15, 2024. It is now read-only.

Commit 96cf0f3

Browse files
add: updated composer installation command
1 parent 6b86503 commit 96cf0f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ Translation management can be rather... pesky. This bundle allows you to use a s
88
**Features:**
99
- *Use as many languages as you want:* this bundle sets you no limits, from just one locale (use case: you just want to keep texts out of your lovely source code) to even thirteen locales (because you just learned them on Dualingo)
1010
- *Decide which sheet page you want to use for your translations:* Only the first sheet page of your GoogleSheet should be used for translations? No problem, you need one more setting. Although this is possible, we recommend to use the default mode which automatically includes all the sheets and merges them into one (translations-wise - **this bundle does not edit your GoogleSheet**).
11-
- *One command to push it all...:* This bundle also provides you with one command which enables you to reload & push your translations in all available languages within seconds
11+
- *One command to push it all...:* This bundle also provides you with one command which enables you to reload & push your translations in all available languages within seconds.
1212

1313
**Requirements**
1414
- Symfony 5.0 (soon, work in progress: check out the "4.4" branch to use this bundle with Symfony 4.4)
1515
- PHP >= 7.2.5
1616

17+
## Installation
18+
Run `composer require phiil/googlesheets-translation-bundle`
19+
1720
## Usage
1821
The first thing you need is a Googlesheet, go ahead and create on [sheets.google.com](https://sheets.google.com). My demo translations sheet is available at [this link](https://docs.google.com/spreadsheets/d/1D2qOEgEKgMy7qh0B-PQMzdil8AoE5NvYMsNuusqM-IA/edit?usp=sharing). I'd suggest that you just duplicate that one into your account / apply this structure - feel free to change the head => add as many locales as you want!
1922
> Better customization & configuration possibilities for the GoogleSheet are in the works - for now, just try to stick as close as possible to the structure.

0 commit comments

Comments
 (0)