Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃摑 docs: translate some words to bahasa(ID) #1780

Merged
merged 4 commits into from Feb 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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