Skip to content

Commit

Permalink
πŸ“ docs: translate some words to bahasa(ID) (#1780)
Browse files Browse the repository at this point in the history
* docs: translate some words to bahasa

Translate:
download -> unduh
WebSocket support -> Mendukung WebSocket
Route Naming -> Penamaan Route
default -> bawaan

* πŸ“ docs: translate some words to bahasa(ID)
  • Loading branch information
rendiputra committed Feb 15, 2022
1 parent 7b1a7a9 commit cf47f06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/README_id.md
Expand Up @@ -122,7 +122,7 @@ go get -u github.com/gofiber/fiber/v2
## 🎯 Fitur

- Sistem [Routing](https://docs.gofiber.io/routing) yang padu
- Serve [file statis](https://docs.gofiber.io/api/app#static)
- Menyajikan [file statis](https://docs.gofiber.io/api/app#static)
- [Kinerja](https://docs.gofiber.io/extra/benchmarks) ekstrim
- [Penggunaan memori](https://docs.gofiber.io/extra/benchmarks) yang kecil
- Cocok untuk [API](https://docs.gofiber.io/api/ctx)
Expand Down Expand Up @@ -223,7 +223,7 @@ func main() {

```

#### πŸ“– [**Serving File Static**](https://docs.gofiber.io/api/app#static)
#### πŸ“– [**Menyajikan File Statis**](https://docs.gofiber.io/api/app#static)

```go
func main() {
Expand Down Expand Up @@ -398,7 +398,7 @@ func main() {
}
```

Check CORS by passing any domain in `Origin` header:
Periksa CORS dengan meneruskan domain apa pun di `Origin` header:

```bash
curl -H "Origin: http://example.com" --verbose http://localhost:3000
Expand Down Expand Up @@ -498,7 +498,7 @@ func main() {

### Server-Sent Events

πŸ“– [More Info](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)
πŸ“– [Informasi lebih lanjut](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events)

```go
import (
Expand Down

0 comments on commit cf47f06

Please sign in to comment.