This commit is contained in:
Ibrahima G. Coulibaly
2025-07-14 14:51:46 +01:00
parent c64c29878e
commit 6c9898f2d3
13 changed files with 129 additions and 12 deletions

View File

@@ -16,6 +16,12 @@ const volumeSphere: GenericCalcType = {
],
shortDescription: 'Calculate the volume of a sphere using radius or diameter',
name: 'Volume of a Sphere',
i18n: {
name: 'number:sphereVolume.title',
description: 'number:sphereVolume.description',
shortDescription: 'number:sphereVolume.shortDescription',
longDescription: 'number:sphereVolume.longDescription'
},
path: 'volume-sphere',
description: 'Volume of a Sphere',
longDescription: