Skip to content

Commit

Permalink
Merge pull request #539 from toonvanstrijp/rubiin-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Aug 18, 2023
2 parents c849169 + e0830a2 commit c994d2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ export class AppService {
}
```



## Translate options

```typescript
Expand All @@ -297,29 +295,25 @@ export type TranslateOptions = {

lang?: string;


/**
* Arguments to pass to the translation
*/

args?: ({ [k: string]: any } | string)[] | { [k: string]: any };


/**
* Default value to return when no translation is found
*/

defaultValue?: string;


/**
* Debug mode
*/

debug?: boolean;
};

```
```

## Example
Expand Down

0 comments on commit c994d2c

Please sign in to comment.