Albanian (Kosovo) (sq-XK)
Complete reference for the sq-XK locale — live Intl API output, CLDR plural rules, and framework config snippets.
로컬 레퓨런스
Albanian (Kosovo)
로컬 정보
Intl API Live Output
DateTimeFormat
NumberFormat
RelativeTimeFormat
Output for: -3 days ago
ListFormat
Conjunction list: apples, oranges, bananas
CLDR Plural Rules
Categories supported by sq-XK: one, other
1100Framework Config Snippets
// next-intl configuration
// next.config.ts
import createNextIntlPlugin from 'next-intl/plugin';
const withNextIntl = createNextIntlPlugin();
export default withNextIntl({});
// i18n/routing.ts
import { defineRouting } from 'next-intl/routing';
export const routing = defineRouting({
locales: ['sq-XK', 'en'],
defaultLocale: 'en',
});// react-intl configuration
import { IntlProvider } from 'react-intl';
import messages from './messages/sq-XK.json';
function App() {
return (
<IntlProvider locale="sq-XK" messages={messages}>
{/* your app */}
</IntlProvider>
);
}// i18next configuration
import i18n from 'i18next';
import { initReactI18next } from 'react-i18next';
i18n
.use(initReactI18next)
.init({
lng: 'sq-XK',
fallbackLng: 'en',
resources: {
'sq-XK': {
translation: require('./locales/sq-XK/translation.json'),
},
},
});
export default i18n;Related Locales
Albanian (Kosovo) is supported by Better I18N
Add sq-XK to your project in seconds — no manual config required.
다른 도구
무료 i18n 도구 더 보기
i18n 워크플로의 나머지를 위한 무료 도구입니다. 로케일 데이터, ICU 메시지, 파일 형식, hreflang.
ICU Playground
Test ICU message syntax with live preview, multi-locale output, and error explanations
File Converter
Convert between JSON, PO, XLIFF, ARB, YAML, CSV, Android XML, iOS Strings, and Properties
Cost Calculator
Estimate localization costs with side-by-side comparison of human, AI, and Better I18N pricing
Hreflang Generator
Generate and validate hreflang tags for multilingual SEO in HTML, XML sitemap, or HTTP headers