// Indonesian (id) import type { contentType } from "./content"; export const content: contentType = { brandName: "GlobaCheap", phone: "Telepon", contacts: "Kontak", buyCredits: "Beli Kredit", rates: "Tarif", logIn: "Masuk", signUp: "Daftar", languageLabel: "Bahasa", profile: { credits: "Kredit", accountSettings: "Pengaturan Akun", signOut: "Keluar", }, };