@jjlmoya/utils-audiovisual 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/category/i18n/en.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { CategoryLocaleContent } from '../../types';
|
|
2
2
|
|
|
3
3
|
export const content: CategoryLocaleContent = {
|
|
4
|
-
slug: 'audiovisual-photography
|
|
4
|
+
slug: 'audiovisual-photography',
|
|
5
5
|
title: 'Audiovisual and Photography Tools',
|
|
6
6
|
description: 'Professional tools and calculators for filmmakers, photographers, and digital audiovisual content creators.',
|
|
7
7
|
seo: [
|
package/src/category/i18n/fr.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { CategoryLocaleContent } from '../../types';
|
|
2
2
|
|
|
3
3
|
export const content: CategoryLocaleContent = {
|
|
4
|
-
slug: '
|
|
4
|
+
slug: 'audiovisuels-photographie',
|
|
5
5
|
title: 'Outils Audiovisuels et Photographie',
|
|
6
6
|
description: 'Outils et calculatrices professionnels pour cinéastes, photographes et créateurs de contenu audiovisuel numérique.',
|
|
7
7
|
seo: [
|