Initial deploy
هذا الالتزام موجود في:
14
data/portfolio.ts
Normal file
14
data/portfolio.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export type { Language, Project, AdditionalProject, PortfolioDictionary } from "./portfolio/types";
|
||||
export { sharedProfile, resumeFile, defaultLanguage } from "./portfolio/shared";
|
||||
export { englishPortfolioContent } from "./portfolio/en";
|
||||
export { arabicPortfolioContent } from "./portfolio/ar";
|
||||
export { getBasePath, getDirection, getPortfolioContent, isLanguage, languages } from "./portfolio/helpers";
|
||||
|
||||
import { englishPortfolioContent } from "./portfolio/en";
|
||||
import { arabicPortfolioContent } from "./portfolio/ar";
|
||||
import type { Language, PortfolioDictionary } from "./portfolio/types";
|
||||
|
||||
export const portfolioContent: Record<Language, PortfolioDictionary> = {
|
||||
en: englishPortfolioContent,
|
||||
ar: arabicPortfolioContent,
|
||||
};
|
||||
المرجع في مشكلة جديدة
حظر مستخدم